Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx GammaFrac(Double A, TCplx X) | Incomplete Gamma function : continued fraction expansion. |
| 2 | Double GammaFrac(Double A, Double X) | Incomplete Gamma function : continued fraction expansion. |
Overload 1: TCplx GammaFrac(Double A, TCplx X)
Incomplete Gamma function : continued fraction expansion.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | X | TCplx | scalar |
Returns: TCplx (complex) - Incomplete Gamma function as complex number.
Overload 2: Double GammaFrac(Double A, Double X)
Incomplete Gamma function : continued fraction expansion.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | Double | scalar |
| 2 | X | Double | scalar |
Returns: Double - the Incomplete Gamma function : continued fraction expansion.
Remarks:
Uses fractional expansion to calculate the incomplete Gamma function.
See Also: Math387.GammaFrac, Math387.IGamma