LOG10


Description Returns the base-10 logarithm of a number.

Syntax LOG10 ( number )

Argument Description
number Any positive real number.

Examples This function returns 2.41:

LOG10(260)

This function returns 2:

LOG10(100)

See Also EXP, LN, LOG