>>-RxCalcPower(number1, number2--+---------------+--)---------->< +--, precision--+
Returns the value of mathematical expression number1 raised to the power of exponent number2.
Parameters:
The mathematical expression to be raised to the power of exponent number2.
The exponent to which number1 is to be raised.
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.