decimalPow decimalPow(base: Number, exponent: Number, ctx: OperationContext = DECIMAL_128_CONTEXT): Number Returns a number with value base^exponent with rounding specified by the operation context. The maximum value for exponent is 99999999.