Math.NaN

String value representing Not-a-Number.

Signature

Math.NaN: String

Description

NaN stands for Not-a-Number and Math.NaN represents a double precision floating point number that is undefined or can’t be represented.

See IEEE 754 and NaN.

Return value

Type Description

String

Math.NaN

Examples

0.0 / 0.0
Math.NaN

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!