Complete PHP Math Reference
The log10() function returns the base-10 logarithm of a number.
| Parameter | Description |
|---|---|
| x | Required. A number |
Note: If the parameter x is negative, -1.#IND is returned.
In the following example we will use the log10() function on different numbers:
The output of the code above will be:
Complete PHP Math Reference
Your message has been sent to W3Schools.