Special.IncompleteGamma(Double, Double) Method

Evaluates the Incomplete Gamma function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double IncompleteGamma(
	double a,
	double x
)

Parameters

a  Double
A real number.
x  Double
A real number.

Return Value

Double
The incomplete Gamma function for x

Remarks

The Gamma function is a generalization to real numbers of the factorial of an integer. If x is an integer, then the following equality holds: \1

The term incomplete here refers to the fact that the integral in the definition of the Gamma function is taken from x onwards instead of from 0.

See Also