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

◆ gammaqia()

double gammaqia ( double  x,
double  q 
)

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

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