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

◆ gammaqi()

double gammaqi ( double  a,
double  q 
)

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

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