a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BernoulliNumbers.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 BERNOULLINUMBERS_H
9 #define BERNOULLINUMBERS_H
10 
28 public:
29 
34 
36 protected:
37  double B[19];
38 
39 };
40 
45 #endif /* BERNOULLINUMBERS_H */
46 
BernoulliNumbers::BernoulliNumbers
BernoulliNumbers()
The default constructor.
Definition: BernoulliNumbers.cpp:11
BernoulliNumbers::B
double B[19]
the Bernoulli numbers
Definition: BernoulliNumbers.h:37
BernoulliNumbers
A class for the Bernoulli numbers.
Definition: BernoulliNumbers.h:27