BloombergLP::bdlb::Float::isNormal

isNormal overloads

Synopses

Declared in <bdlb_float.h>

Return true if number is normal, and false otherwise.

static
bool
isNormal(double number);
» more...

Return true if the specified floating point number holds a normal value (neither zero, subnormal, infinite, nor NaN). This function is equivalent to the isnormal macro in C99.

static
bool
isNormal(float number);
» more...