LOG10

The LOG10 function returns the logarithm of a number in base 10.

Syntax

LOG10(
    number
)

Parameters
  • number: Number whose logarithm in base 10 you want to calculate.
Returned value

The LOG10 function returns a real number.

Additional Information

number must be greater than zero. In any other case the LOG10 function will return an error.

The graph of the logarithm function in base 10 is shown below:

log10(x)
Examples

In this example, the logarithm in base 10 of the number 200 is calculated, returning the value 2.301:

LOG10 function. Example of use

Related functions
Category
Mathematical and trigonometric
Submitted by admin on Tue, 12/04/2018 - 12:47