a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ClausenFunctions.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 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 
ClausenFunctions::ClausenFunctions
ClausenFunctions()
The default constructor.
Definition: ClausenFunctions.cpp:15
ClausenFunctions::Cl3
double Cl3(const double phi) const
The Clausen function of index 3, .
Definition: ClausenFunctions.cpp:26
ClausenFunctions::Cl2
double Cl2(const double phi) const
The Clausen function of index 2, .
Definition: ClausenFunctions.cpp:21
BernoulliNumbers
A class for the Bernoulli numbers.
Definition: BernoulliNumbers.h:27
ClausenFunctions
A class for the Clausen functions.
Definition: ClausenFunctions.h:22
BernoulliNumbers.h