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 ![]() | |
std::complex< double > | himalaya::dilog (const std::complex< double > &z_) noexcept |
Complex dilogarithm ![]() | |
double | himalaya::clausen_2 (double x) noexcept |
Clausen function ![]() | |
Implementation of the dilogarithm function.
Definition in file Li2.cpp.