FP_EXPE

Exponentiate a floating-point number

WTSupported in traditional Synergy on Windows

 

USupported on UNIX
VSupported on OpenVMS
xcall FP_EXPE(result, operand)

Arguments

result

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

operand

The power to raise the base e. (a8)

Discussion

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.