Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double GammaSer(double A, double X); | Incomplete Gamma function: series expansion. |
| 2 | TCplx GammaSer(double A, const TCplx &X); | Incomplete Gamma function : series expansion. |
Overload 1: double GammaSer(double A, double X);
Incomplete Gamma function: series expansion.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | X | double |
Returns: Incomplete Gamma function (series expansion).
Remarks:
Uses series 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 GammaSer(double A, const TCplx &X);
Incomplete Gamma function : series expansion.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | X | const TCplx & |
Remarks:
Complex version.
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler