BloombergLP::bdldfp::DecimalUtil::fabs

fabs overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for fabs.

static
Decimal128
fabs(Decimal128 value);
» more...

Return the absolute value of the specified x.

static
Decimal32
fabs(Decimal32 value);
» more...

Same as the overload taking Decimal32.

static
Decimal64
fabs(Decimal64 value);
» more...