master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
gslpp_special_functions.cpp
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
#include <gsl/gsl_sf_zeta.h>
16
#include <gsl/gsl_sf_dilog.h>
17
#include <gsl/gsl_sf_clausen.h>
18
#include "
gslpp_special_functions.h
"
19
20
double
gslpp_special_functions::zeta
(
int
i) {
21
return
gsl_sf_zeta_int(i);
22
}
23
24
double
gslpp_special_functions::clausen
(
double
x) {
25
return
gsl_sf_clausen(x);
26
}
27
28
double
gslpp_special_functions::dilog
(
double
x) {
29
return
gsl_sf_dilog(x);
30
}
gslpp_special_functions::zeta
double zeta(int i)
Definition:
gslpp_special_functions.cpp:20
gslpp_special_functions.h
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
gslpp
src
gslpp_special_functions.cpp
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16