exp overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for exp.

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

static
Decimal32
exp(Decimal32 x);

Same as the related overload above for exp.

static
Decimal64
exp(Decimal64 x);

Created with MrDocs