COS

Yields the Cosine of a REAL value.
lrsf_co1_cam5
Arguments
IN
IN
REAL
Any REAL value
COS
Q
REAL
Cosine of the input value (in set [-1.0 .. +1.0])
Example
(* FBD Program using "COS" and "ACOS" Functions *)
lrsf_co2_cam5
(* ST Equivalence: *)
cosine := COS (angle); result := ACOS (cosine); (* result is equal to angle *)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal