Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function JGamma(A: Double; const X: TCplx): TCplx; | Complement to the incomplete gamma function. |
| 2 | function JGamma(A: Double; X: Double): Double; | Complement to the incomplete gamma function. |
Overload 1: function JGamma(A: Double; const X: TCplx): TCplx;
Complement to the incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | X | TCplx |
Returns: TCplx (complex)
Remarks:
Complex version.
Overload 2: function JGamma(A: Double; X: Double): Double;
Complement to the incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | X | Double | scalar |
Returns: Double - the complement to the incomplete gamma function.
Remarks:
The JGamma function is defined by the following equation:
where Gamma is Math387.Gamma function.
See Also: Math387.IGamma