flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
Li2.cpp File Reference
#include "Li2.hpp"
#include "complex.hpp"
#include <cfloat>
#include <cmath>
#include <limits>
Include dependency graph for Li2.cpp:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 
namespace  flexiblesusy::anonymous_namespace{Li2.cpp}
 

Functions

template<int Nstart, typename T , int N>
Complex< T > flexiblesusy::anonymous_namespace{Li2.cpp}::horner (const Complex< T > &z, const T(&coeffs)[N]) noexcept
 
template<typename T , int N>
flexiblesusy::anonymous_namespace{Li2.cpp}::horner (T x, const T(&c)[N]) noexcept
 
std::complex< double > flexiblesusy::Li2 (const std::complex< double > &z_) noexcept
 Complex dilogarithm $\mathrm{Li}_2(z)$. More...
 
std::complex< long double > flexiblesusy::Li2 (const std::complex< long double > &z_) noexcept
 Complex dilogarithm $\mathrm{Li}_2(z)$ with long double precision. More...
 
double flexiblesusy::Li2 (double x) noexcept
 Real dilogarithm $\mathrm{Li}_2(x)$. More...
 
long double flexiblesusy::Li2 (long double x) noexcept
 Real dilogarithm $\mathrm{Li}_2(z)$ with long double precision. More...