log
Natural logarithm (base e).
Syntax
Section titled “Syntax”Y = log(X)Description
Section titled “Description”Returns ln(X) element-wise. Inverse of exp.
Example
Section titled “Example”log(exp(1)) % 1Natural logarithm (base e).
Y = log(X)Returns ln(X) element-wise. Inverse of exp.
log(exp(1)) % 1