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