Himalaya
Namespaces | Macros | Functions
Li2.hpp File Reference

Declaration of the dilogarithm function. More...

#include <complex>
Include dependency graph for Li2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 himalaya
 

Macros

#define ATTR(x)
 

Functions

double himalaya::dilog (double x) noexcept
 Real dilogarithm $\mathrm{Li}_2(x)$. More...
 
std::complex< double > himalaya::dilog (const std::complex< double > &z_) noexcept
 Complex dilogarithm $\mathrm{Li}_2(z)$. More...
 
double himalaya::clausen_2 (double x) noexcept
 Clausen function $\mathrm{Cl}_2(\theta) = \mathrm{Im}(\mathrm{Li}_2(e^{i\theta}))$. More...
 

Detailed Description

Declaration of the dilogarithm function.

Note
The file has been taken from GM2Calc.

Definition in file Li2.hpp.

Macro Definition Documentation

◆ ATTR

#define ATTR (   x)

Definition at line 32 of file Li2.hpp.