Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Gamma(const X: TCplx): TCplx; | Gamma function (complex). |
| 2 | function Gamma(X: Double): Double; | Gamma function (real). |
Overload 1: function Gamma(const X: TCplx): TCplx;
Gamma function (complex).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex)
See Also: Math387.LnGamma
Overload 2: function Gamma(X: Double): Double;
Gamma function (real).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - the gamma function. Gamma function is used for approximating the factorial of a number.
See Also: Math387.LnGamma