JUMO LOGOSCREEN 601 Manual page 39

Paperless recorder, st editor
Hide thumbs Also See for LOGOSCREEN 601:
Table of Contents

Advertisement

SIN (IN)
Returns the sine of IN (radian).
Example:
IN := 1.5708;
OUT := SIN(IN);
(* 1.5708 corresponds to 90°; OUT = 1.0 *)
COS (IN)
Returns the cosine of IN (radian).
Example:
IN := 0.0;
OUT := COS(IN);
(* 0.0 corresponds to 0°; OUT = 1.0 *)
TAN (IN)
Returns the tangent of IN (radian).
Example:
IN := 0.7854;
OUT := TAN(IN);
(* 0.7854 corresponds to 45°; OUT = 1.0 *)
ASIN (IN)
Returns the arc sine of IN (radian).
Example:
IN := 1.0;
OUT := ASIN(IN);
(* OUT = 1.5708; corresponds to 90° *)
ACOS (IN)
Returns the arc cosine of IN (radian).
Example:
IN := 1.0;
OUT := ASIN(IN);
(* OUT = 0.0; corresponds to 0° *)
ATAN (IN)
Returns the arc tangent of IN (radian).
Example:
IN := 1.0;
OUT := ATAN(IN);
(* OUT = 0.7854; corresponds to 45° *)
8 Functions
39

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Logoscreen 700706521706530

Table of Contents