LOG10(x)

The LOG10 function calculates the logarithm of the number x to base 10, for any positive number.

For example:

LOG(80)

returns 1.9031 since 10 raised to the power 1.9031 is approximately 80.

See also:

Other mathematical functions