Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.IsNaN
function IsNaN(d : Double) : Bool
Summary
Returns whether a given floating-point value is not a number (i.e. is NaN).
Input
d
A floating-point value to be checked.
Output
true
if and only if d
is not a number.