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.

Synopsis

Declared in <bdlb_float.h>

static
bool
isNormal(float number);

Created with MrDocs