isFinite overloads

Synopses

Declared in <bdlb_float.h>

Return true if number is finite, and false otherwise.

static
bool
isFinite(double number);

Return true if the specified floating point number is normal, subnormal or zero, and false if number is infinite or NaN. This function is equivalent to the isfinite macro in C99.

static
bool
isFinite(float number);

Created with MrDocs