|
Himalaya
|
Implementation of the dilogarithm function. More...
#include "himalaya/misc/Li2.hpp"#include "himalaya/misc/complex.hpp"#include <cmath>#include <limits>
Go to the source code of this file.
Namespaces | |
| himalaya | |
Functions | |
| double | himalaya::dilog (double x) noexcept |
Real dilogarithm . More... | |
| std::complex< double > | himalaya::dilog (const std::complex< double > &z_) noexcept |
Complex dilogarithm . More... | |
| double | himalaya::clausen_2 (double x) noexcept |
Clausen function . More... | |
Implementation of the dilogarithm function.
Definition in file Li2.cpp.
1.8.13