Return true if the specified floating point number has a value of positive or negative zero, and false otherwise.
Declared in <bdlb_float.h>
Return true if the specified floating point number has a value of positive or negative zero, and false otherwise.
static
bool
isZero(double number);
» more...
Return true if the specified floating point number has a value of positive or negative zero, and false otherwise.
static
bool
isZero(float number);
» more...