BloombergLP::bdlb::Float::isSubnormal

Return true if number holds a subnormal value.

Synopses

Declared in <bdlb_float.h>

Return true if number holds a subnormal value.

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

Return true if number holds a subnormal value.

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

Return Value

true if number holds a subnormal value, and false otherwise

Parameters

NameDescription
numberfloating-point value to test