IsNaN function
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.