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
log1p
引数に1を足した数の自然対数を正確に計算する
呼び出し手順
y=log1p(x)
引数
- x
実数スカラー, ベクトルまたは行列
- y
実数スカラー, ベクトルまたは行列
説明
logp1(x)
は "要素毎"の log(1+x) 関数です.
y(i,j)=log(1 + x(i,j))
. この関数は
x > -1, で定義され,|x| << 1 において
正確にlog(1+x)を計算する必要がある場合に使用されます.
例
参照
- log — 自然対数
Report an issue | ||
<< log10 | Exponential | log2 >> |