gammp

double gammp(double a, double x);

Returns the incomplete gamma function Px(a).

Parameters:
ascalar that specifies the parametric exponent of the integrand
xupper limit of integration

Returns:
Px(a)

Errors:
NUMERICS_ERROR is raised if x < 0 or a ≤ 0

Header:
#include "mathx.h"