Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double JGamma(double A, double X); | Complement to the incomplete gamma function. |
| 2 | TCplx JGamma(double A, const TCplx &X); | Complement to the incomplete gamma function. |
Overload 1: double JGamma(double A, double X);
Complement to the incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | double | |
| 2 | X | double |
Returns: the complement to the incomplete gamma function.
Remarks:
The JGamma function is defined by the following equation:
where Gamma is Math387::Gamma function.
See Also: Math387::IGamma
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx JGamma(double A, const TCplx &X);
Complement to the incomplete gamma function.
| # | 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