LOG


Description Returns the logarithm of a number to the specified base.

Syntax LOG ( number [, base] )

Argument Description
number Any positive real number.
[base] Optional. The base of the logarithm. If this argument is omitted, 10 is used.

Examples This function returns 0:

LOG(1)

This function returns 1:

LOG(10)

See Also EXP, LN, LOG10