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
25public:
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
A class for the Bernoulli numbers.
A class for the polylogarithms.
double Li3(const double x) const
The trilogarithm .
Polylogarithms()
The default constructor.
gslpp::complex Li2(const double x) const
The dilogarithm with a real argument, .