Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx IGamma(Double A, TCplx X) | Incomplete gamma function. |
| 2 | Double IGamma(Double A, Double X) | Incomplete gamma function. |
Overload 1: TCplx IGamma(Double A, TCplx X)
Incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | X | TCplx | scalar |
Returns: TCplx (complex)
Overload 2: Double IGamma(Double A, Double X)
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 Dew.Math.Units.Math387.Gamma function. Depending on parameters a and x fractional or series expansion is used to calculate the incomplete Gamma function.