Special.RegularizedGammaP Method

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

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double RegularizedGammaP(
	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 P(a,x)evaluated at a and x.

See Also