XLPack 6.1
C/C++ API リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数

関数

double _Complex _cdigamma (double _Complex z)
 ディガンマ関数(Psi関数) ψ(z) (複素引数)
 
void _cdigamma_sub (double _Complex z, double _Complex *zout)
 ディガンマ関数(Psi関数) ψ(z) (複素引数)
 
double _digamma (double x)
 ディガンマ関数(Psi関数) ψ(x)
 
double _polygamma (int n, double x)
 ポリガンマ関数 ψn(x)
 
double _trigamma (double x)
 トリガンマ関数 ψ1(x)
 

詳解

C7c. ポリガンマ関数 プログラムを表示しています.