The EXP function raises the mathematical constant e, or Euler's number, to the power you specify.
This function is the inverse of the LN function, which returns the natural logarithm of a number.
Syntax
EXP(Number)
Arguments
Argument | Data type | Description |
Number | Number | The power to raise e to. |
The EXP function returns a number.
Excel equivalent
Examples
This example shows the result of the EXP function when used with the numbers two through five.
The values in this example are rounded to eight significant digits. You can change the number of digits that display in Anaplan under Format in blueprint view.
Item 1 | Item 2 | Item 3 | Item 4 | |
n | 2 | 3 | 4 | 5 |
EXP result
| 7.3890561 | 20.085537 | 54.6 | 148.4 |