pow overloads
Synopses
Declared in <bdldfp_decimalimputil.h>
Return base raised to the power exp.
static
DecimalImpUtil::ValueType128
pow(
ValueType128 base,
ValueType128 exp);
Return the value of the specified base raised to the power of the specified exp.
static
DecimalImpUtil::ValueType32
pow(
ValueType32 base,
ValueType32 exp);
Return base raised to the power exp.
static
DecimalImpUtil::ValueType64
pow(
ValueType64 base,
ValueType64 exp);
Created with MrDocs