Go to the source code of this file.
Macros | |
#define | EPS 3.0e-7 |
#define | ITMAX 100 |
Functions | |
float | GammaSeries (float a, float x) |
#define EPS 3.0e-7 |
Definition at line 6 of file GammaSeries.cc.
Referenced by GammaSeries().
#define ITMAX 100 |
Definition at line 5 of file GammaSeries.cc.
Referenced by GammaSeries().
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().