Return e raised to the power x.
Declared in <bdldfp_decimalimputil.h>
Return e raised to the power x.
static
DecimalImpUtil::ValueType128
exp(ValueType128 x);
» more...
Return e raised to the power x.
static
DecimalImpUtil::ValueType32
exp(ValueType32 x);
» more...
Return e raised to the power x.
static
DecimalImpUtil::ValueType64
exp(ValueType64 x);
» more...
e raised to the power x
| Name | Description |
|---|---|
| x | input value |