log Function

Purpose:

To return the natural logarithm of a number.

Syntax:

log(x)

Comments:

x must be greater than zero. E is a built in constant = 2.7183....

Example:

print log(E)

1.0000