MySQLLOG() Function
Definition and Usage
The LOG() function returns the natural logarithm of a specifiednumber, or the logarithm of thenumber to the specifiedbase.
Note: See also theLN() andEXP() functions.
Syntax
LOG(number)
OR:
LOG(base, number)
Parameter Values
| Parameter | Description |
|---|---|
| number | Required. A number. Must be greater than 0 |
| base | The base ofnumber. Must be greater than 1 |
Technical Details
| Works in: | From MySQL 4.0 |
|---|

