Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the base 10 logarithm of a number. The number must be positive or LOG10 returns the error value #NUM.
Syntax
LOG10(number )
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
number |
Required |
Numeric |
The number whose base 10 logarithm you want to find. |
Return value
Numeric
Example
LOG10(42)
Returns 1.6232.