|
Epstein Zeta Library 0.5.0
Calculates the Epstein Zeta function
|
Gamma functions. More...

Go to the source code of this file.
Functions | |
| double | egf_ugamma (double a, double x) |
| calculate the upper incomplete gamma function as in Gautschi. | |
| double | egf_gammaStar (double a, double x) |
| calculate the upper incomplete gamma function as in Gautschi. | |
Gamma functions.
Calculates the gamma function, the incomplete upper gamma function and the regularized lower incomplete gamma function for evaluations of Crandall's formula.
| double egf_gammaStar | ( | double | a, |
| double | x ) |
calculate the upper incomplete gamma function as in Gautschi.
| a | exponent of the upper incomplete gamma function. |
| x | lower integral boundary of the upper incomplete gamma function. |
| [in] | a | exponent of the upper incomplete gamma function. |
| [in] | x | lower integral boundary of the upper incomplete gamma function. |
| double egf_ugamma | ( | double | a, |
| double | x ) |
calculate the upper incomplete gamma function as in Gautschi.
| a | exponent of the upper incomplete gamma function. |
| x | lower integral boundary of the upper incomplete gamma function. |
| [in] | a | exponent of the upper incomplete gamma function. |
| [in] | x | lower integral boundary of the upper incomplete gamma function. |