Return true if the specified floating point number holds a subnormal value, and false otherwise.
Synopsis
Declared in <bdlb_float.h>
static
bool
isSubnormal(double number);
Created with MrDocs
Return true if the specified floating point number holds a subnormal value, and false otherwise.
Declared in <bdlb_float.h>
static
bool
isSubnormal(double number);
Created with MrDocs