incompletegamma.hpp

Langue: en

Autres versions - même langue

Version: 377335 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ql/math/incompletegamma.hpp -

Incomplete Gamma function.

SYNOPSIS


#include <ql/errors.hpp>
#include <ql/types.hpp>
#include <functional>

Functions


Real incompleteGammaFunction (Real a, Real x, Real accuracy=1.0e-13, Integer maxIteration=100)
Incomplete Gamma function.
Real incompleteGammaFunctionSeriesRepr (Real a, Real x, Real accuracy=1.0e-13, Integer maxIteration=100)

Real incompleteGammaFunctionContinuedFractionRepr (Real a, Real x, Real accuracy=1.0e-13, Integer maxIteration=100)

Detailed Description

Incomplete Gamma function.

Author

Generated automatically by Doxygen for QuantLib from the source code.