Calculates the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).
log(number)
returns numeric
Name | Type | Required | Default | Description |
---|---|---|---|---|
number | numeric | Yes |
There will be a precision difference between running the some code on Linux or Windows
log(3.1)