Return true if number holds a normal floating-point value.
Declared in <bdlb_float.h>
static
bool
isNormal(float number);
A normal value is neither zero, subnormal, infinite, nor NaN. This function is equivalent to the isnormal macro in C99.
true if number holds a normal floating-point value, and false otherwise
| Name | Description |
|---|---|
| number | floating-point value to test |