Navigation:  Reference > Functions >

Log()

Print this Topic Previous pageReturn to chapter overviewNext page

 

LOG(1)

 

PURPOSE

This function will return the log base e of the numeric value specified.

 

PARTS

 

1 f/c/eRequired - The numeric value to use.

 

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