Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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]))
See also
Report an issue | ||
<< expm | Log - exp - power | log10 >> |