Go to the source code of this file.
Macros | |
#define | EPS 3.0e-7 |
#define | FPMIN 1.0e-30 |
#define | ITMAX 100 |
Functions | |
float | GammaContinuedFraction (float a, float x) |
#define EPS 3.0e-7 |
Definition at line 6 of file GammaContinuedFraction.cc.
#define FPMIN 1.0e-30 |
Definition at line 7 of file GammaContinuedFraction.cc.
#define ITMAX 100 |
Definition at line 5 of file GammaContinuedFraction.cc.
float GammaContinuedFraction | ( | float | a, |
float | x | ||
) |
Returns the continued fraction summation of the (complement of the) incomplete gamma function P(a,x) evaluated by its continued fraction representation. source: Numerical Recipes
Definition at line 9 of file GammaContinuedFraction.cc.
References a, b, HltBtagPostValidation_cff::c, EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, ztail::d, EPS, FPMIN, h, mps_fire::i, ITMAX, and genVertex_cff::x.
Referenced by IncompleteGammaComplement::ln(), and IncompleteGammaComplement::value().