BloombergLP::bdldfp::DecimalImpUtil::normalize

Return original with a normalized significand and exponent.

Synopses

Declared in <bdldfp_decimalimputil.h>

Return original with a normalized significand and exponent.

static
ValueType128
normalize(ValueType128 original);
» more...

Return original with a normalized significand and exponent.

static
ValueType32
normalize(ValueType32 original);
» more...

Return original with a normalized significand and exponent.

static
ValueType64
normalize(ValueType64 original);
» more...

Return Value

original with a normalized significand and exponent

Parameters

NameDescription
originalvalue to normalize