function exp

Returns the exponential function of X. The returned value will be real, complex, or a matrix, depending on the argument.

Syntax
result = exp(X)

Arguments
X:   a number (integer, real, complex) or a matrix. If X is a matrix, a matrix of the same size is returned where each element represents the result of the operation.


See also
function ln