nan

nan(): Real updating;

The nan method of the Real primitive type sets the receiver to the special not a number value. It does this by calling the setFloatingPointClassification method with the FP_Classification_NotANumber constant value as the parameter. The method also returns the not a number value.

See also the isNaN method.