|
|
◆ WDigamma()
| Function WDigamma |
( |
X As |
Double | ) |
|
ディガンマ関数(psi関数) ψ(x)
- 目的
- WDigammaは x (x <> 0, -1, -2, ...) におけるディガンマ関数(psi関数) ψ(x)を求める.
ψ(x) = d/dx ln(Γ(x)) = Γ'(x)/Γ(x)
- 戻り値
- ディガンマ関数(psi関数) ψ(x).
- 引数
-
| [in] | X | 引数 x. (X <> 0 かつ X <> 負の整数) |
- 出典
- boost/math/special_functions
|