AdvancedMathGamma Method (Double, Double) |
Namespace: Meta.Numerics.Functions
The incomplete Gamma function is defined by the same integrand as the Gamma function (Gamma(Double)), but the integral is not taken over the full positive real axis.
Like the Γ function itself, this function gets large very quickly. For many purposes, you will prefer to use the regularized incomplete gamma functions LeftRegularizedGamma(Double, Double) and RightRegularizedGamma(Double, Double), which are accurately computed even in regions for which this function overflows.