Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function LnGamma(const X: TCplx): TCplx; | Natural logarithm of the gamma function. |
| 2 | function LnGamma(const X: Double): Double; | Natural logarithm of the gamma function. |
Overload 1: function LnGamma(const X: TCplx): TCplx;
Natural logarithm of the gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - the natural logarithm of the gamma function Ln(Gamma(X)).
Remarks:
Complex version.
See Also: Math387.Gamma
Overload 2: function LnGamma(const X: Double): Double;
Natural logarithm of the gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double |
Returns: Double - the natural logarithm of the gamma function Ln(Gamma(X)).
See Also: Math387.Gamma