# gammaP(n,x) is The regularized gamma functions, defined by
=gamma(n,x)/Gamma(n);


gammaP(0,x_):= 1;
gammaP(oo,x_):= 0;