ClausenFunctions.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef CLAUSENFUNCTIONS_H
9 #define CLAUSENFUNCTIONS_H
10 
11 #include "BernoulliNumbers.h"
12 
23 public:
24 
29 
31 
38  double Cl2(const double phi) const;
39 
49  double Cl3(const double phi) const;
50 
51 };
52 
53 #endif /* CLAUSENFUNCTIONS_H */
54 
double Cl2(const double phi) const
The Clausen function of index 2, .
ClausenFunctions()
The default constructor.
A class for the Bernoulli numbers.
double Cl3(const double phi) const
The Clausen function of index 3, .
A class for the Clausen functions.