EasyManua.ls Logo

JUMO LOGOSCREEN 700 - 8.3 Numerical Functions

JUMO LOGOSCREEN 700
64 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
8 Functions
38
8.3 Numerical functions
Admissible data types
Argument: REAL
Result: REAL
ABS (IN)
Returns the absolute value of IN.
Example:
IN := -2.3;
OUT := ABS(IN); (* OUT = 2.3 *)
SQRT (IN)
Returns the square root of IN.
If IN is negative, the error value 5.0E+37 is returned.
Example:
IN := 4.0;
OUT := SQRT(IN); (* OUT = 2.0 *)
LN (IN)
Returns the natural logarithm of IN.
Example:
IN := 2.718282;
OUT := LN(IN);
(* 2.718282 = number e (rounded); OUT = 1.0 (rounded) *)
LOG (IN)
Returns the base 10 logarithm of IN.
Example:
IN := 100.0;
OUT := LOG(IN); (* OUT = 2.0 *)
EXP (IN)
Returns the natural exponential function of IN.
Example:
IN := 2.0;
OUT := EXP(IN); (* OUT = 7.389056 *)

Other manuals for JUMO LOGOSCREEN 700

Related product manuals