Special.RegularizedGammaP Method

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

Definition

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