BloombergLP::bdldfp::DecimalUtil::exp

exp overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for exp.

static
Decimal128
exp(Decimal128 x);
» more...

Return e (Euler's number, 2.7182818) raised to the specified power x.

static
Decimal32
exp(Decimal32 x);
» more...

Same as the related overload above for exp.

static
Decimal64
exp(Decimal64 x);
» more...