Macaulay2 » Documentation
Packages » Macaulay2Doc :: inverseRegularizedGamma
next | previous | forward | backward | up | index | toc

inverseRegularizedGamma -- inverse of the upper regularized gamma function

Synopsis

Description

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)

See also

Ways to use inverseRegularizedGamma :

For the programmer

The object inverseRegularizedGamma is a method function.