Returns natural (base e) logarithm of a numerical expression. The value for whichDocumentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
ln is computed needs to be larger than 0, otherwise an error is returned.
You can use the function LOG if you want to provide a different base.
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<value> | The value for which to compute the natural logarithm. | DOUBLE PRECISION |
Return Type
DOUBLE PRECISION