IncompleteGammaInverse¶
- IncompleteGammaInverse(a, x, tail=False)¶
Inverse of the incomplete Gamma function with respect to .
- Parameters:
- afloat
- xfloat
- tailbool, optional
By default, tail is False.
- Returns:
- resultfloat
If tail is False: .
If tail is True: .
See also