|
|
◆ WGammapi()
| Function WGammapi |
( |
A As |
Double, |
|
|
P As |
Double |
|
) |
| |
Inverse function of x for normalized incomplete gamma function P(a, x)
- Purpose
- This function computes the inverse function of x for normalized incomplete gamma function P(a, x).
- Returns
- Inverse function of x for normalized incomplete gamma function P(a, x).
- Parameters
-
| [in] | A | Argument a. (A > 0) |
| [in] | P | Value of P(a, x). (0 <= P <= 1) |
- Reference
- boost/math/special_functions
|