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);
Return true if the specified floating point number holds a subnormal value, and false otherwise.
static
bool
isSubnormal(float number);
Created with MrDocs