Epstein Zeta Library
0.5.0
Calculates the Epstein Zeta function
Loading...
Searching...
No Matches
src
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
28
double
egf_ugamma
(
double
a,
double
x);
35
double
egf_gammaStar
(
double
a,
double
x);
36
#endif
egf_gammaStar
double egf_gammaStar(double a, double x)
calculate the upper incomplete gamma function as in Gautschi.
Definition
gamma.c:295
egf_ugamma
double egf_ugamma(double a, double x)
calculate the upper incomplete gamma function as in Gautschi.
Definition
gamma.c:266
Generated by
1.10.0