fabs overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the absolute value of the specified x.
static
DecimalImpUtil::ValueType128
fabs(ValueType128 x);
Return the absolute value of the specified x.
static
DecimalImpUtil::ValueType32
fabs(ValueType32 x);
Return the absolute value of the specified decimal value.
static
DecimalImpUtil::ValueType64
fabs(ValueType64 x);
Created with MrDocs