pow overloads
Declared in <bdldfp_decimalutil.h>
Same as the related overload above for pow.
static
Decimal128
pow(
Decimal128 base,
Decimal128 exp);
» more...
Return the value of the specified base raised to the power of the specified exp.
static
Decimal32
pow(
Decimal32 base,
Decimal32 exp);
» more...
Same as the related overload above for pow.
static
Decimal64
pow(
Decimal64 base,
Decimal64 exp);
» more...