|
ePDF
1.1.0
A QED evolution library
|
#include <complex>Go to the source code of this file.
Namespaces | |
| ePDF | |
Functions | |
| std::complex< double > | ePDF::psi (std::complex< double > const &z) |
| function for the computation of the complex digamma function More... | |
| double | ePDF::psi (double const &z) |
| function for the computation of the real digamma function More... | |
| std::complex< double > | ePDF::dpsi (std::complex< double > const &z, int const &m) |
| function for the computation of the complex polygamma function More... | |
| double | ePDF::dpsi (double const &z, int const &m) |
| function for the computation of the real digamma function More... | |
| double | ePDF::wgplg (int const &n, int const &p, double const &x) |
| function for the computation of the Nielsen's generalized dilogs. More... | |
| double | ePDF::polylog (int const &n, double const &x) |
| function for the computation of the polylogarithms More... | |
| double | ePDF::dilog (double const &x) |
| function for the computation of the dilogarithm More... | |
| double | ePDF::trilog (double const &x) |
| function for the computation of the trilogarithm More... | |
1.8.16