Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double Gamma(double X); | Gamma function (real). |
| 2 | TCplx Gamma(const TCplx &X); | Gamma function (complex). |
Overload 1: double Gamma(double X);
Gamma function (real).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double |
Returns: the gamma function. Gamma function is used for approximating the factorial of a number.
See Also: Math387::LnGamma
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx Gamma(const TCplx &X);
Gamma function (complex).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
See Also: Math387::LnGamma
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler