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