LOG10 function
Description
Returns the base-10 logarithm of a number.
Syntax
LOG10(number)
The LOG10 function syntax has the following argument:
NumberRequired. The positive real number for which to find the base-10 logarithm.
Example
| Value | Formula | Description | Result |
|---|---|---|---|
| 86 | LOG10(Value) |
Base 10 logarithm of 86. The power to raise 10 to 86. | 1.9345 |
| 10 | LOG10(Value) |
Base 10 logarithm of 10. The power to raise 10 to 10. | 1 |
| 100 | LOG10(Value) |
Base 10 logarithm of 100. The power to raise 10 to 100. | 10 |
| 1 | LOG10(Value) |
Base 10 logarithm of 1. | 0 |