Determines whether x is not a number (NaN).
Type of the floating point number.
Floating point number.
$(D_KEYWORD true) if x is not a number, $(D_KEYWORD false) otherwise.
assert(isNaN(float.init)); assert(isNaN(double.init)); assert(isNaN(real.init));
See Implementation
Determines whether x is not a number (NaN).