Special.Regularized Gamma P 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#
The normalized incomplete Gamma function P(a,x)evaluated at a and x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double RegularizedGammaP(
double a,
double x
)
Parameters
Return Value
DoubleThe normalized incomplete Gamma function P(a,x)evaluated at a and x.