Return true if number holds a normal floating-point value.
Declared in <bdlb_float.h>
static
bool
isNormal(double number);
true if number holds a normal floating-point value, and false otherwise
| Name | Description |
|---|---|
| number | floating-point value to test |