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

◆ WGami()

Function WGami ( A As  Double,
X As  Double 
)

Incomplete gamma function γ(a, x)

Purpose
WGami computes the incomplete gamma function
γ(a, x) = ∫ t^(a-1)*exp(-t) dt [0, x]
Returns
Incomplete gamma function γ(a, x).
Parameters
[in]AArgument a. (A > 0)
[in]XX As Double Argument x. (X >= 0)
Reference
boost/math/special_functions