BloombergLP::bdlb::Float::isSubnormal

Return true if number holds a subnormal value.

Synopsis

Declared in <bdlb_float.h>

static
bool
isSubnormal(double number);

Return Value

true if number holds a subnormal value, and false otherwise

Parameters

NameDescription
numberfloating-point value to test