Go to the source code of this file.
Functions | |
float | GammaSeries (float a, float x) |
float GammaSeries | ( | float | a, |
float | x | ||
) |
Returns the series summation of the series representation of the incomplete gamma function P(a,x). source: Numerical Recipes
Definition at line 8 of file GammaSeries.cc.
References a, DMR_cfg::cerr, EPS, ITMAX, and x.
Referenced by IncompleteGammaComplement::ln(), and IncompleteGammaComplement::value().