SpecialFunctionsGammaUpperIncomplete Method |
Returns the upper incomplete gamma function
Gamma(a,x) = int(exp(-t)t^(a-1),t=0..x) for real a > 0, x > 0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GammaUpperIncomplete(
double a,
double x
)
Parameters
- a Double
- The argument for the gamma function.
- x Double
- The lower integral limit.
Return Value
DoubleThe upper incomplete gamma function.
See Also