FP_EXPE

Exponentiate a floating-point number

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

xcall FP_EXPE(result, operand)

result

Returned with the result of exponentiating the operand. (a8)

operand

The power to raise the base e. (a8)

The FP_EXPE subroutine exponentiates the operand base e.

The following equation is performed:

result = eoperand

Result and operand are native floating-point numbers represented as a8 variables.