Exp(n:Num):Num

Exponential function. Computes e^n, where e is Euler's number. This is the inverse to the Log function.

If the parameter is EMPTY, returns EMPTY.

See also: Elementary Functions