Exp

Calculates the exponential value (raised to the power of e).

Syntax

Exp(number)
number = number whose exponential value you want to calculate

Remarks

The inverse function is Ln.

Example

Exp(0) = 1
Exp(-1) = 0.367879441 (or 1/e)

Classification

Maths