log10()
Learn how to use the log10() function to return the common (base-10) logarithm of the input.
log10() returns the common (base-10) logarithm of the input.
Syntax
log10(number)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| number | real | ✔️ | The number for which to calculate the base-10 logarithm. |
Returns
- The common logarithm is the base-10 logarithm: the inverse of the exponential function (exp) with base 10.
nullif the argument is negative or null or can’t be converted to arealvalue.
Example
print result=log10(5)
Output
| result |
|---|
| 0.69897000433601886 |
Related content
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.