Special.IncompleteGamma(Double, Double, Double) Method

Evaluates the incomplete Gamma function between two arguments.

Definition

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

Parameters

a  Double
The shape parameter.
x1  Double
The first argument.
x2  Double
The second argument.

Return Value

Double
Gamma(a, x1) - Gamma(a, x2).

See Also