Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double LnGamma(const double X); | Natural logarithm of the gamma function. |
| 2 | TCplx LnGamma(const TCplx &X); | Natural logarithm of the gamma function. |
Overload 1: double LnGamma(const double X);
Natural logarithm of the gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const double |
Returns: the natural logarithm of the gamma function Ln(Gamma(X)).
See Also: Math387::Gamma
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: TCplx LnGamma(const TCplx &X);
Natural logarithm of the gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | const TCplx & |
Returns: the natural logarithm of the gamma function Ln(Gamma(X)).
Remarks:
Complex version.
See Also: Math387::Gamma
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler