Redundant instruction
This is a redundant instruction. It is replaced by: ATAN
The arctangent of the value specified in s is calculated, and the result [an angle data (units are radians)] is stored in d.
Input
Real number tangent of angle (radians) data.
Output
32-bit area for result (destination).
d is stored within the following range: -p/2 (radians) < [d] < p/2 (radians).
F319_ATAN cannot be programmed in the interrupt program.
Instead of using F319_ATAN, you can use variables of the type REAL with the more flexible instruction ATAN.
if data other than real number data is specified in s.
if data other than real number data is specified in s.
if the result of processing is recognized as "0".
if the result is overflowed.