Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Gamma(TCplx X) | Gamma function (complex). |
| 2 | Double Gamma(Double X) | Gamma function (real). |
Overload 1: TCplx Gamma(TCplx X)
Gamma function (complex).
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: TCplx (complex)
See Also: Math387.LnGamma
Overload 2: Double Gamma(Double X)
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