Scilab 6.0.0
Scilab Help >> Elementary Functions > Log - exp - power > log
log
natural logarithm
Syntax
y=log(x)
Arguments
- x
constant vector or constant matrix
Description
log(x)
is the "element-wise" logarithm
y(i,j)=log(x(i,j))
. For matrix logarithm see
logm.
Examples
exp(log([1,%i,-1,-%i]))
Comments
Add a comment:
Please login to comment this page.