nan:

Syntax:	nan ( )

Description:

	Nan returns a NaN (Not a Number) according to IEEE-754. One
	way to determine if a variable contains a NaN is to test it
	against itself.

		NaN == NaN

	Should always return FALSE (0).

See Also: inf
