LN
Basic Overview
Description | Returns the natural logarithm of a number (logarithm with base e ~2.718), while retaining all Dimensions. |
---|---|
Syntax | LN(Node) |
Parameter |
|
Example
Input A =
Year | Value |
---|---|
2019 | 2 |
2020 | 3 |
2021 | 4.5 |
Output LN('A') =
Year | Value |
---|---|
2019 | 0.69 |
2020 | 1.10 |
2021 | 1.50 |