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
gammaln
ガンマ関数の対数.
呼び出し手順
y = gammaln(x)
引数
- x
実数ベクトル
- y
同じ大きさの実数ベクトル.
説明
gammaln(x)
はx
の全ての要素に関してオーバーフローおよびアンダーフローを回避しつつ
ガンマ関数の対数を計算します.
x
は実数とする必要があります.
例
gammaln(0.5)
履歴
Version | Description |
5.4.0 | list, mlist, tlistおよびハイパー行列型のオーバーロードが 可能となりました. |
Report an issue | ||
<< gamma | Special Functions | legendre >> |