inverseRegularizedGamma(s, q)
This is the inverse of regularizedGamma with respect to the second argument.
i1 : regularizedGamma(3, 7) o1 = .0296361638805218 o1 : RR (of precision 53)
i2 : inverseRegularizedGamma(3, oo) o2 = 7 o2 : RR (of precision 53)
The object inverseRegularizedGamma is a method function.