MathGammaIncomplete
                                                                 
 Calculates the value of the incomplete gamma function.                                                                  

double  MathGammaIncomplete(
   double  x,          // argument of the function
   double  alpha       // parameter of the function
   )

Parameters

x

[in] The argument of the function. 

alpha

[in] The parameter of the incomplete gamma function.

Return Value

Value of the function.