Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function IGamma(A: Double; const X: TCplx): TCplx; | Incomplete gamma function. |
| 2 | function IGamma(A: Double; X: Double): Double; | Incomplete gamma function. |
Overload 1: function IGamma(A: Double; const X: TCplx): TCplx;
Overload 2: function IGamma(A: Double; X: Double): Double;
Incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | X | Double | scalar |
Returns: Double - the incomplete gamma function.
Remarks:
The IGamma function is defined by the following equation:
where Gamma is Math387.Gamma function. Depending on parameters a and x fractional or series expansion is used to calculate the incomplete Gamma function.