Exp
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Exp
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Returns Euler's constant, raised to the given power.
Function signature
EXP(number: Number) => Number
Parameter | Description |
---|---|
Number | The exponent applied to the base e. |
Examples
Formula | Return value |
---|---|
EXP(0) | 1 |
EXP(1) | 2.71828183 |
EXP(2) | 7.3890561 |
EXP(-3) | 0.04978707 |
Was this article helpful?