EXP

Returns e raised to the power of the given number.

Sample Usage

EXP(1)
EXP(2)

EXP(C5)

Syntax

EXP(number)

  • number - The power to which e is to be raised.

Examples

EXP(1) returns the approximate value of e:  2.71828.
EXP(2) returns the square of e: 7.38905.
EXP(C5) returns the result of e raised to the power of the number contained in C5.

Notes

  • EXP is the inverse of the LN function.