XLPack 7.0
XLPack 数値計算ライブラリ (C API) リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
関数

関数

doublecomplex cgamma (doublecomplex z)
 ガンマ関数 Γ(z) (複素引数)
 
void cgamma_sub (doublecomplex z, doublecomplex *zout)
 ガンマ関数 Γ(z) (複素引数)
 
doublecomplex clgamma (doublecomplex z)
 対数ガンマ関数 ln(Γ(z)) (複素引数)
 
void clgamma_sub (doublecomplex z, doublecomplex *zout)
 対数ガンマ関数 ln(Γ(z)) (複素引数)
 
doublecomplex crgamma (doublecomplex z)
 ガンマ関数の逆数 1/Γ(z) (複素引数)
 
void crgamma_sub (doublecomplex z, doublecomplex *zout)
 ガンマ関数の逆数 1/Γ(z) (複素引数)
 
double lgammas (double x, int *sign)
 対数ガンマ関数 ln|Γ(x)| およびガンマ関数の符号
 
double poch (double a, double x)
 ポッホハマー記号 (a)x
 
double poch1 (double a, double x)
 相対ポッホハマー記号 ((a)x - 1)/x
 
double rgamma (double x)
 ガンマ関数の逆数 1/Γ(x)
 
double tgamma1pm1 (double x)
 ガンマ関数 Γ(1+x) - 1
 
double tgammadratio (double a, double delta)
 ガンマ関数の比 Γ(a)/Γ(a+δ)
 
double tgammaratio (double a, double b)
 ガンマ関数の比 Γ(a)/Γ(b)
 

詳解

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