<-- Previous || Up || Next -->

Gamma Function
Math Engineering Class

Public Function Gamma( _
    ByVal vX As Variant _
    ) As Variant

Compute the complete Gamma function.

Examples:
    Gamma(0.1) = 9.51350769866873
    Gamma(0.5) = 1.77245385090552
    Gamma(0.9) = 1.06862870211932
    Gamma(1.0) = 1
    Gamma(1.5) = 0.886226925452758
    Gamma(2.0) = 1
    Gamma(2.5) = 1.32934038817914
    Gamma(3.0) = 2
    Gamma(4.0) = 6
    Gamma(4.5) = 11.6317283965674
See also:
    GammaI Function
    GammaIC Function
    GammaIT Function
    GammaLn Function
    GammaILn Function
    GammaR Function
    GammaPDF Function
    Psi Function
    Binom Function
    Fac Function
    DGAMMA Function
vX: Function returns Null if vX is Null or cannot be fixed up to a Double precision floating point number.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.