BloombergLP::bdldfp::DecimalImpUtil::pow

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

NameDescription
basebase value
expexponent value