Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx JGamma(Double A, TCplx X) | Complement to the incomplete gamma function. |
| 2 | Double JGamma(Double A, Double X) | Complement to the incomplete gamma function. |
Overload 1: TCplx JGamma(Double A, TCplx X)
Complement to the incomplete gamma function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | X | TCplx | scalar |
Returns: TCplx (complex)
Remarks:
Complex version.
Overload 2: Double JGamma(Double A, Double X)
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 Dew.Math.Units.Math387.Gamma function.
See Also: Math387.IGamma