EXP
Basic Overview
Description | Returns Euler's number, e (~2.718) raised to a power of the given value, while retaining all Dimensions. |
Syntax | EXP(Node) |
Parameter |
|
Example
Input A =
Year | Value |
---|---|
2019 | 2 |
2020 | 3 |
2021 | 4.5 |
Output EXP('A') =
Year | Value |
---|---|
2019 | 7.39 |
2020 | 20.09 |
2021 | 90.02 |