LOG

LOG logarithm of x with base base

Synopsis

LOG(x,base)

Arguments

x: positive number

base: base of the logarithm, defaults to 10

Note

base must be positive and not equal to 1. If x ≤ 0, LOG returns #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

LN, LOG2, LOG10.