Public Function GammaIC( _ ByVal vA As Variant _ , ByVal vX As Variant _ ) As Variant
GammaIC(1.0, 1.0) = 0.367879441171442 GammaIC(1.0, 2.0) = 0.135335283236613 GammaIC(2.0, 1.0) = 0.735758882342885 GammaIC(2.0, 2.0) = 0.406005849709838 GammaIC(2.2, 1.1) = 0.82996041174649 GammaIC(2.2, 1.1) = 1 - GammaI(2.2, 1.1)See also:
Gamma Function GammaI Function GammaIT Function GammaILn Function DGAMIC FunctionvA: Function returns Null if vA is Null or cannot be fixed up to a Double precision floating point number.
Evaluate the complementary incomplete Gamma function
GammaIC = integral from X to infinity of EXP(-T) * T^(A-1.)GammaIC is evaluated for arbitrary real values of A and for non- negative values of X (even though DGAMIC is defined for X .LT. 0.0), except that for X = 0 and A .LE. 0.0, DGAMIC is undefined.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.