a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Polylogarithms.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef POLYLOGARITHMS_H
9 #define POLYLOGARITHMS_H
10 
11 #include "gslpp.h"
12 #include "BernoulliNumbers.h"
13 
25 public:
26 
31 
33 
40  gslpp::complex Li2(const double x) const;
41 
48  gslpp::complex Li2(const gslpp::complex z) const;
49 
57  double Li3(const double x) const;
58 
59 };
60 
61 #endif /* POLYLOGARITHMS_H */
62 
Polylogarithms::Li3
double Li3(const double x) const
The trilogarithm .
Definition: Polylogarithms.cpp:36
gslpp.h
Polylogarithms::Li2
gslpp::complex Li2(const double x) const
The dilogarithm with a real argument, .
Definition: Polylogarithms.cpp:22
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
BernoulliNumbers
A class for the Bernoulli numbers.
Definition: BernoulliNumbers.h:27
BernoulliNumbers.h
Polylogarithms
A class for the polylogarithms.
Definition: Polylogarithms.h:24
Polylogarithms::Polylogarithms
Polylogarithms()
The default constructor.
Definition: Polylogarithms.cpp:16