A class for the Bernoulli numbers. More...
#include <BernoulliNumbers.h>
A class for the Bernoulli numbers.
This class handles the Bernoulli numbers, which are used to compute the trilogarithm function Polylogarithms::Li3() and the Clausen function of index three ClausenFunctions::Cl3. A list of the Bernoulli numbers can be found in [tHooft:1978xw].
Definition at line 27 of file BernoulliNumbers.h.
Public Member Functions | |
BernoulliNumbers () | |
The default constructor. More... | |
Protected Attributes | |
double | B [19] |
the Bernoulli numbers More... | |
BernoulliNumbers::BernoulliNumbers | ( | ) |
|
protected |
the Bernoulli numbers
Definition at line 37 of file BernoulliNumbers.h.