|
|
◆ WGamic()
| Function WGamic |
( |
A As |
Double, |
|
|
X As |
Double |
|
) |
| |
Complementary incomplete gamma function Γ(a, x)
- Purpose
- WGamic computes the complementary incomplete gamma function
Γ(a, x) = ∫ t^(a-1)*exp(-t) dt [x, ∞]
- Returns
- Complementary incomplete gamma function Γ(a, x).
- Parameters
-
| [in] | A | Argument a. (A > 0 if X = 0) |
| [in] | X | Argument x. (X >= 0) |
- Reference
- boost/math/special_functions
|