Redundant instruction
This is a redundant instruction. It is replaced by: EXP
The exponent (EXP) is calculated from the real number data specified in s, and the result is stored in d. The calculation is performed with the exponent base (e) equal to 2.718282 (Euler’s number).
Input
Real number input data.
Output
32-bit area for result (destination).
F321_EXP is the reverse function of F320_LN.
F321_EXP cannot be programmed in the interrupt program.
Instead of using F321_EXP, you can use variables of the type REAL with the more flexible instruction .
if data other than real number data is specified in s.
if s is not greater than zero.
if data other than real number data is specified in s.
if s is not greater than zero.
if the result of processing is recognized as "0".
if the result is overflowed.