y=gammaincc(a,x) returns the complemented incomplete gamma integral defined as 1 / gamma(a) * integral(exp(-t) * t**(a-1), t=x..inf) = 1 - gammainc(a,x). a must be positive and x must be >= 0.
scipy.special.gammaincinv
scipy.special.gammainccinv
Enter search terms or a module, class or function name.