Exp
  • 27 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Exp

  • Dark
    Light
  • PDF

Article Summary

Returns Euler's constant, raised to the given power.

Function signature

EXP(number: Number) => Number
ParameterDescription
NumberThe exponent applied to the base e.

Examples

FormulaReturn value
EXP(0)1
EXP(1)2.71828183
EXP(2)7.3890561
EXP(-3)0.04978707

Was this article helpful?

What's Next