Click or drag to resize

GammaRelatedGammaIC Method

Overload List
 NameDescription
Public methodStatic memberGammaIC(Double, Double) Evaluate the complementary incomplete Gamma function GammaIC(x,a) = integral from x to infinity of exp(-t) * t**(a-1) GammaIC(x,a) is evaluated for arbitrary real values of A and for non-negative values of x (even though GammaIC is defined for x < 0.0), except that for x = 0 and a <= 0.0, GammaIC is undefined.
Public methodStatic memberGammaIC(Double, Double, Boolean) Evaluate the complementary incomplete Gamma function GammaIC(x,a) = integral from x to infinity of exp(-t) * t**(a-1) GammaIC(x,a) is evaluated for arbitrary real values of A and for non-negative values of x (even though GammaIC is defined for x < 0.0), except that for x = 0 and a <= 0.0, GammaIC is undefined.
Top
See Also