e Exponent [EXP]

Exponential function of e.

Returns "e" raised to the power of the given number.

The base “e” is a constant - the base of the natural logarithm.

Syntax

EXP (Number)

Data Type of the Arguments

Number, Integer

Data Type of the Result

Number

Expression

EXP (2)

Result

7.39

Notes

The approximate value of e is 2.71828183.

EXP is the inverse of Natural Logarithm [LN] (the natural logarithm of number).

To calculate powers of other bases, use the operator ^.

See Power [^].

  • Was this Helpful ?
  • YesNo
Relevant topics
Power [POWER]
Returns the given number raised to the given power. Syntax POWER (Base, Exponent) Note: The required separator (comma or semi-colon) ...