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

inverseRegularizedGamma -- inverse of the upper regularized gamma function

Description

This is the inverse of regularizedGamma with respect to the second argument.

i1 : regularizedGamma(3, 7)

o1 = .02963616388052177

o1 : RR (of precision 53)
i2 : inverseRegularizedGamma(3, oo)

o2 = 7

o2 : RR (of precision 53)

See also

Ways to use inverseRegularizedGamma:

  • inverseRegularizedGamma(RR,RR)

For the programmer

The object inverseRegularizedGamma is a method function.


The source of this document is in Macaulay2Doc/functions/Gamma-doc.m2:96:0.