log
- natural logarithm

Math functions


SYNTAX log( NUMBER )
log( ARRAY )
RETURNS NUMBER
ARRAY
FUNCTION Calculates the natural logarithm of NUMBER or ARRAY.
EXAMPLE  
SEE ALSO exp() Exponential function

Comments:

Tomasz Janeczko

2006-03-02 04:26:40
The synonym to 'log' is 'ln' function.

References:

The log function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.