An NDoc Documented Class Library

Gamma.RegularizedGammaP Method 

Returns the regularized gamma function P(a, x).

public static double RegularizedGammaP(
   double a,
   double x
);

Parameters

a
The a parameter.
x
The value.

Return Value

The regularized gamma function P(a, x).

Remarks

The implementation of this method is based on:

See Also

Gamma Class | numerics4net.special Namespace