Special.RegularizedGammaQ Method

Evaluates the normalized incomplete Gamma function Q(a,x).

Definition

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

Parameters

a  Double
A real number greater than zero.
x  Double
A real number greater than or equal to zero.

Return Value

Double
The normalized incomplete Gamma function Q(a,x) evaluated at a and x.

See Also