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
自然対数
呼び出し手順
y = log(x)
引数
- x, y
arrays of real or complex numbers, of any number of dimensions and of any identical sizes.
説明
log(x)
は"要素毎の" 対数です.
y(i,j)=log(x(i,j))
. 行列の対数の場合,
logm
を使用してください.
log(…)
can be overloaded for unsupported input types.
例
exp(log([1,%i,-1,-%i]))
Report an issue | ||
<< expm | Exponential | log10 >> |