Special.RegularizedGammaQ Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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