Functions

isNaN

Supported By

Syntax

[the] isNaN of factor

isNaN ( expression )

Factor and expression yield integers, numbers, or complexes.

Description

The isNaN function returns true if the specified value is NaN, or false if the specified value is defined and finite, infinity, or -infinity.

See Also

isFinite, isInfinite