XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches

◆ gammapi()

double gammapi ( double  a,
double  p 
)

Inverse function of x for normalized incomplete gamma function P(a, x)

Purpose
gammapi computes the inverse function of x for normalized incomplete gamma function P(a, x).
Returns
Inverse function of x for normalized incomplete gamma function P(a, x).
Parameters
[in]aArgument a. (a > 0)
[in]pArgument p. (0 <= p <= 1)
Error handling
  • If a <= 0, p < 0 or p > 1, domain error (EDOM) occurs.
  • Range error (ERANGE) may occur.
Reference
boost/math/special_functions