Return true if the specified floating point number holds a subnormal value, and false otherwise.

Synopsis

Declared in <bdlb_float.h>

static
bool
isSubnormal(float number);

Created with MrDocs