Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double IGamma(double A, double X); | Incomplete gamma function. |
| 2 | TCplx IGamma(double A, const TCplx &X); | Incomplete gamma function. |
Overload 1: double IGamma(double A, double X);
Incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | X | double |
Returns: the incomplete gamma function.
Remarks:
The IGamma function is defined by the following equation:
where Gamma is Math387::Gamma function. Depending on parameters a and x fractional or series expansion is used to calculate the incomplete Gamma function.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx IGamma(double A, const TCplx &X);
Incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | X | const TCplx & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler