exp overloads
Declared in <bdldfp_decimalimputil.h>
Return e raised to the power x.
static
DecimalImpUtil::ValueType128
exp(ValueType128 x);
» more...
Return e (Euler's number, 2.7182818) raised to the specified power x.
static
DecimalImpUtil::ValueType32
exp(ValueType32 x);
» more...
Return e raised to the power x.
static
DecimalImpUtil::ValueType64
exp(ValueType64 x);
» more...