ATAN

Calculates the arc tangent of a real value.
lrsf_at1
Arguments
IN
IN
REAL
Any real value
ATAN
Q
REAL
Arc-tangent of the input value (in set [-PI/2 .. +PI/2])
= 0.0 for invalid input
Example
(* FBD Program using "TAN" and "ATAN" Function *)
lrsf_at2
(* ST Equivalence: *)
tangent := TAN (angle); result := ATAN (tangent); (* result is equal to angle*)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal