Return true if the specified floating point number has a value that does not represent a real number ("not-a-number" or "NaN"), and false otherwise.
true
number
false
Declared in <bdlb_float.h>
<bdlb_float.h>
static bool isNan(double number);