Click or drag to resize

GammaRelatedGamma Method

Overload List
 NameDescription
Public methodStatic memberGamma(Complex) Complex64T Gamma function.
Public methodStatic memberGamma(Double) Computes the complete gamma function for a given argument.
Public methodStatic memberGamma(Complex, Boolean) Complex64T Gamma function.
Public methodStatic memberGamma(Double, Boolean) Computes the complete gamma function for a given argument.
Public methodStatic memberGamma(Double, Double) Evaluate the complementary incomplete Gamma function Gamma(a,z0) = integral from z0 to infinity of exp(-t) * t**(a-1) The order of parameters is the same as the Mathematica function Gamma[a,z0]. Gamma(a,z0) is evaluated for arbitrary real values of A and for non-negative values of x (even though Gamma is defined for z0 < 0.0), except that for z0 = 0 and a <= 0.0, Gamma is undefined.
Public methodStatic memberGamma(Double, Double, Boolean) Evaluate the complementary incomplete Gamma function Gamma(a,z0) = integral from z0 to infinity of exp(-t) * t**(a-1) The order of parameters is the same as the Mathematica function Gamma[a,z0]. Gamma(a,z0) is evaluated for arbitrary real values of A and for non-negative values of x (even though Gamma is defined for z0 < 0.0), except that for z0 = 0 and a <= 0.0, Gamma is undefined.
Top
See Also