| SpecialFunctions Methods | 
The SpecialFunctions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Beta | 
            Calculates Beta function of nonnegative real arguments.
            http://en.wikipedia.org/wiki/Beta_function
             | 
|   | BetaLn | 
            Calculates natural logarithm of Beta function of nonnegative real arguments.
            http://en.wikipedia.org/wiki/Beta_function
             | 
|   | BetaRegularized | 
            Calculates value of regularized incomplete beta function with nonnegative real arguments.
            http://en.wikipedia.org/wiki/Beta_function#Incomplete_beta_function
             | 
|   | ComplementaryBetaRegularized | 
            Calculates value of complementary regularized incomplete beta function with nonnegative real arguments.
            http://en.wikipedia.org/wiki/Beta_function#Incomplete_beta_function
             | 
|   | ComplementaryErrorFunction | 
            Calculates complementary error function (erfc) value.
            http://en.wikipedia.org/wiki/Error_function
             | 
|   | ErrorFunction | 
            Calculates error function (erf) value.
            http://en.wikipedia.org/wiki/Error_function
             | 
|   | Gamma | 
            Computes the gamma function.
            http://en.wikipedia.org/wiki/Gamma_function
             | 
|   | GammaLn | 
            Computes the natural logarithm of the absolute value of Gamma function.
            http://en.wikipedia.org/wiki/Gamma_function
             | 
|   | GammaLowerRegularized | 
            Calculates regularized lower incomplete Gamma function.
            http://en.wikipedia.org/wiki/Incomplete_gamma_function#Regularized_Gamma_functions_and_Poisson_random_variables
             | 
|   | GammaUpperRegularized | 
            Calculates regularized upper incomplete Gamma function.
            http://en.wikipedia.org/wiki/Incomplete_gamma_function#Regularized_Gamma_functions_and_Poisson_random_variables
             | 
|   | InverseComplementaryErrorFunction | 
            Calculates iverse complementary error function value.
            http://en.wikipedia.org/wiki/Error_function
             | 
|   | InverseErrorFunction | 
            Calculates iverse error function value.
            http://en.wikipedia.org/wiki/Error_function#Inverse_function
             | 
 See Also
See Also