BloombergLP::bdlb::Float::isSubnormal

Return true if the specified floating point number holds a subnormal value, and false otherwise.

Synopses

Declared in <bdlb_float.h>

Return true if the specified floating point number holds a subnormal value, and false otherwise.

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

Return true if the specified floating point number holds a subnormal value, and false otherwise.

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