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