Return the absolute value of x.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return the absolute value of x.
static
DecimalImpUtil::ValueType128
fabs(ValueType128 x);
Return the absolute value of x.
static
DecimalImpUtil::ValueType32
fabs(ValueType32 x);
Return the absolute value of x.
static
DecimalImpUtil::ValueType64
fabs(ValueType64 x);
Return Value
the absolute value of x
Parameters
Name |
Description |
x |
value whose absolute value is returned |
Created with MrDocs