EasyManua.ls Logo

Husky Hunter - Page 246

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.13
5.13.14 Function LOG generates the logarithm to base 10 of X.
Syntax
LOG(N)
where N is a numeric expression.
Examples LOG(32)
generates the logarithm to base 10 of 32,
If S= 1,319 then:
LOG(S)
generates the logarithm to base 10 of 1,319,
LOG(-6)
generates a 'Magnitude Error' and programme execution will
stop.
Remarks X must be greater than zero.
VER.V09F
If X is negative or equal to zero then a 'Magnitude Error'
will occur.
X may be an expression,
PAGE 5 - 77