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