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.

Since: PCC2 1.99.8

See also: Elementary Functions