A class for the Clausen functions. More...
#include <ClausenFunctions.h>
A class for the Clausen functions.
This class handles the Clausen functions \(\mathrm{Cl}_2(\phi)\) and \(\mathrm{Cl}_3(\phi)\).
Definition at line 22 of file ClausenFunctions.h.
Public Member Functions | |
double | Cl2 (const double phi) const |
The Clausen function of index 2, \(\mathrm{Cl}_2(\phi)\). More... | |
double | Cl3 (const double phi) const |
The Clausen function of index 3, \(\mathrm{Cl}_3(\phi)\). More... | |
ClausenFunctions () | |
The default constructor. More... | |
![]() | |
BernoulliNumbers () | |
The default constructor. More... | |
Additional Inherited Members | |
![]() | |
double | B [19] |
the Bernoulli numbers More... | |
ClausenFunctions::ClausenFunctions | ( | ) |
double ClausenFunctions::Cl2 | ( | const double | phi | ) | const |
The Clausen function of index 2, \(\mathrm{Cl}_2(\phi)\).
This function calls the GSL function gsl_sf_clausen().
[in] | phi | a real variable |
Definition at line 21 of file ClausenFunctions.cpp.
double ClausenFunctions::Cl3 | ( | const double | phi | ) | const |
The Clausen function of index 3, \(\mathrm{Cl}_3(\phi)\).
The function \(\mathrm{Cl}_3(\phi)\) is computed with the help of the GSL function gsl_sf_zeta_int(3). See [Kniehl:1989qu].
[in] | phi | a real variable |
Definition at line 26 of file ClausenFunctions.cpp.