Navigation: Reference > Functions >
Log()
LOG(1)
PURPOSE
This function will return the log base e of the numeric value specified.
PARTS
RETURN TYPE - N
EXAMPLE
define x type n size 10 dec 3
x = log(9000.000)
// x = 9.105
Page url: http://www.cassoftware.com/tas/manual/log().htm