BloombergLP::bdldfp::DecimalUtil::isNormal

isNormal overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for isNormal.

static
bool
isNormal(Decimal128 x);
» more...

Return true if the specified x is a normal value and false otherwise. Note that this is equivalent to classify(x) == FP_NORMAL.

static
bool
isNormal(Decimal32 x);
» more...

Same as the related overload above for isNormal.

static
bool
isNormal(Decimal64 x);
» more...