Gamma |
Name | Description | |
---|---|---|
GammaIC(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. | |
GammaIC(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. |