24#ifndef quantlib_math_incompletegamma_h
25#define quantlib_math_incompletegamma_h
42 Real accuracy = 1.0e-13,
46 Real accuracy = 1.0e-13,
51 Real accuracy = 1.0e-13,
Classes and functions for error handling.
QL_INTEGER Integer
integer number
Real incompleteGammaFunctionSeriesRepr(Real a, Real x, Real accuracy, Integer maxIteration)
Real incompleteGammaFunction(Real a, Real x, Real accuracy, Integer maxIteration)
Incomplete Gamma function.
Real incompleteGammaFunctionContinuedFractionRepr(Real a, Real x, Real accuracy, Integer maxIteration)