function ln

Returns the logarithm of X to the base e (the natural logarithm).

Syntax
result = ln(X)

Arguments
X:   The value whose logarithm is to be returned. This can be 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 log