BloombergLP::bdldfp::DecimalImpUtil::fabs

fabs overloads

Synopses

Declared in <bdldfp_decimalimputil.h>

Return the absolute value of the specified x.

static
DecimalImpUtil::ValueType128
fabs(ValueType128 x);
» more...

Return the absolute value of the specified x.

static
DecimalImpUtil::ValueType32
fabs(ValueType32 x);
» more...

Return the absolute value of the specified decimal value.

static
DecimalImpUtil::ValueType64
fabs(ValueType64 x);
» more...