Go to the source code of this file.
Functions | |
float | GammaContinuedFraction (float a, float x) |
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 10 of file GammaContinuedFraction.cc.
References a, b, EnergyCorrector::c, MessageLogger_cfi::cerr, edmIntegrityCheck::d, EPS, FPMIN, h, mps_fire::i, and ITMAX.
Referenced by IncompleteGammaComplement::ln(), and IncompleteGammaComplement::value().