Return true if number holds a subnormal value.
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...
true if number holds a subnormal value, and false otherwise
| Name | Description |
|---|---|
| number | floating-point value to test |