a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
gslpp_special_functions.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 /*
9  * File: gslpp_special_functions.h
10  * Author: marco
11  *
12  * Created on 14 marzo 2017, 17.56
13  */
14 
15 #ifndef GSLPP_SPECIAL_FUNCTIONS_H
16 #define GSLPP_SPECIAL_FUNCTIONS_H
17 
19  double zeta(int i);
20  double clausen(double x);
21  double dilog(double x);
22 }
23 
24 #endif /* GSLPP_SPECIAL_FUNCTIONS_H */
gslpp_special_functions::zeta
double zeta(int i)
Definition: gslpp_special_functions.cpp:20
gslpp_special_functions
Definition: gslpp_special_functions.h:18
gslpp_special_functions::dilog
double dilog(double x)
Definition: gslpp_special_functions.cpp:28
gslpp_special_functions::clausen
double clausen(double x)
Definition: gslpp_special_functions.cpp:24