LOG

Description

LOG returns the logarithm of a number to the specified base.

Syntax

LOG ( number [, base] )

 

Parameter

Description

number

Any positive real number.

base

The base of the logarithm. Omitting this argument assumes a base of 10.

Examples

This function returns 0:

LOG(1)

This function returns 1:

LOG(10)

Also, see

EXP

LN

LOG10