RxCalcPower()

>>-RxCalcPower(number1, number2--+---------------+--)----------><
                                 +--, precision--+

Returns the value of mathematical expression number1 raised to the power of exponent number2.

Parameters:

number1

The mathematical expression to be raised to the power of exponent number2.

number2

The exponent to which number1 is to be raised.

precision

The precision of the calculation. If a value is not specified, the precision of the calling Rexx activity is used. If the precision exceeds 16 digits, the call will fail.