XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Gammaqia_sub()

Sub Gammaqia_sub ( Ret As  Double,
X As  Double,
Q As  Double,
Optional Info As  Long 
)

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

Purpose
Computes the inverse function of a for normalized complementary incomplete gamma function Q(a, x).
Parameters
[out]RetInverse function of a for normalized complementary incomplete gamma function Q(a, x).
[in]XArgument x. (X > 0)
[in]QArgument q. (0 <= Q <= 1)
[out]Info= 0: Successful exit.
= -1: The argument X had an illegal value. (X <= 0)
= -2: The argument Q had an illegal value. (Q < 0 or Q > 1)
= 1: Floating point range error.
Reference
boost/math/special_functions