Epstein Zeta Library 0.5.0
Calculates the Epstein Zeta function
Loading...
Searching...
No Matches
gamma.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2024 Andreas Buchheit <buchheit@num.uni-sb.de>
2// SPDX-FileCopyrightText: 2024 Jonathan Busse <jonathan.busse@dlr.de>
3// SPDX-FileCopyrightText: 2024 Ruben Gutendorf
4// <ruben.gutendorf@uni-saarland.de>
5//
6// SPDX-License-Identifier: AGPL-3.0-only
7
20#ifndef GAMMA_H
21#define GAMMA_H
28double egf_ugamma(double a, double x);
35double egf_gammaStar(double a, double x);
36#endif
double egf_gammaStar(double a, double x)
calculate the upper incomplete gamma function as in Gautschi.
Definition gamma.c:295
double egf_ugamma(double a, double x)
calculate the upper incomplete gamma function as in Gautschi.
Definition gamma.c:266