In
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
In
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Calculates the natural logarithm for the given number, i.e. logarithm in base _e_ (Euler's number).
Function signature
LN(number: Number) => Number
Parameter | Description |
---|---|
Number | Number to calculate the natural logarithm for |
Examples
Formula | Return value |
---|---|
LN(1) | 0 |
LN(50) | 3.91202301 |
LN(100) | 4.60517019 |
Was this article helpful?