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.

Synopsis

Declared in <bdlb_float.h>

static
bool
isNan(double number);

Created with MrDocs