Return base raised to the power exp.
Declared in <bdldfp_decimalimputil.h>
static
DecimalImpUtil::ValueType128
pow(
ValueType128 base,
ValueType128 exp);
base raised to the power exp
| Name | Description |
|---|---|
| base | base value |
| exp | exponent value |