Scilab-Branch-6.1-GIT
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
logaritmo natural
Seqüência de Chamamento
y = log(x)
Parâmetros
- x, y
arrays of real or complex numbers, of any number of dimensions and of any identical sizes.
Descrição
log(x)
é o logaritmo natural elemento a elemento.
y(i,j)=log(x(i,j))
. Para logaritmo da matriz (matriz
logaritmo) veja logm
.
log(…)
can be overloaded for unsupported input types.
Exemplos
exp(log([1,%i,-1,-%i]))
Ver Também
Report an issue | ||
<< expm | Exponential | log10 >> |