LOG10 (base-10 logarithm)

<< Click to Display Table of Contents >>

LOG10 (base-10 logarithm)

Syntax:

LOG10(Number)

Description:

Returns the base-10 logarithm of Number.

Number must be > 0.

Example:

LOG10(100) returns 2

LOG10(10 ^ 0.1234) returns 0.1234

See also:

LOG, LN, EXP