XLPack 6.1
Excel ワークシート関数 数値計算ライブラリ・リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません

◆ 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