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