EasyManua.ls Logo

Husky Hunter - Page 174

Husky Hunter
499 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...
BASIC FUNCTIONS
SECTION 5.2
5.2.1
Function ABS(N) returns the absolute value of the argument.
Syntax ABS(N) where N can be a variable, number or result of a
numeric expression.
Examples Y=ABS(-12.345) returns Y:12.345
Y=ABS(-0.5)
returns Y=0.5
Y=ABS(0.5)
returns Y=0.5
or if V=-27
Y=ABS(V)
returns Y=27
Y=ABS(V-50)
returns Y=77
Remarks The absolute value returned is always positive.
VER. V09F PAGE 5 - 5