Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double GammaFrac(double A, double X); | Incomplete Gamma function : continued fraction expansion. |
| 2 | TCplx GammaFrac(double A, const TCplx &X); | Incomplete Gamma function : continued fraction expansion. |
Overload 1: double GammaFrac(double A, double X);
Incomplete Gamma function : continued fraction expansion.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | X | double |
Returns: the Incomplete Gamma function : continued fraction expansion.
Remarks:
Uses fractional expansion to calculate the incomplete Gamma function.
See Also: Math387::GammaFrac, Math387::IGamma
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx GammaFrac(double A, const TCplx &X);
Incomplete Gamma function : continued fraction expansion.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | X | const TCplx & |
Returns: Incomplete Gamma function as complex number.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler