log()

Synopsis

Returns the natural logarithm of any number greater than 0.

Syntax

log ( n As Number ) As Number 
Argument Type Description
n Number Any number greater than 0

Example 1

Intent >log(1) 
--> 0.0

Example 2

Intent >log(10)
--> 2.30258509299405