An NDoc Documented Class Library

Gamma.RegularizedGammaQ Method 

Returns the regularized gamma function Q(a, x) = 1 - P(a, x).

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

Parameters

a
The a parameter.
x
The value.

Return Value

The regularized gamma function Q(a, x).

Remarks

The implementation of this method is based on:

See Also

Gamma Class | numerics4net.special Namespace