BloombergLP::bdlb::Float::isNormal

Return true if number holds a normal floating-point value.

Synopses

Declared in <bdlb_float.h>

Return true if number holds a normal floating-point value.

static
bool
isNormal(double number);
» more...

Return true if number holds a normal floating-point value.

static
bool
isNormal(float number);
» more...

Return Value

true if number holds a normal floating-point value, and false otherwise

Parameters

NameDescription
numberfloating-point value to test