(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
BernoulliNumbers.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 BERNOULLINUMBERS_H
9
#define BERNOULLINUMBERS_H
10
27
class
BernoulliNumbers
{
28
public
:
29
33
BernoulliNumbers
();
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
A class for the Bernoulli numbers.
Definition:
BernoulliNumbers.h:27
BernoulliNumbers::B
double B[19]
the Bernoulli numbers
Definition:
BernoulliNumbers.h:37