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

Go to the source code of this file.

Namespaces

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

Functions

template<typename T , int N>
Complex< T > flexiblesusy::anonymous_namespace{Li3.cpp}::horner (const Complex< T > &z, const T(&coeffs)[N]) noexcept
 
std::complex< double > flexiblesusy::Li3 (const std::complex< double > &z_) noexcept
 Complex trilogarithm $\operatorname{Li}_3(z)$. More...
 
std::complex< long double > flexiblesusy::Li3 (const std::complex< long double > &z_) noexcept
 Complex trilogarithm $\mathrm{Li}_3(z)$ with long double precision. More...
 
double flexiblesusy::Li3 (double x) noexcept
 Real trilogarithm $\operatorname{Li}_3(x)$. More...
 
double flexiblesusy::anonymous_namespace{Li3.cpp}::li3_neg (double x) noexcept
 Li_3(x) for x in [-1,0]. More...
 
double flexiblesusy::anonymous_namespace{Li3.cpp}::li3_pos (double x) noexcept
 Li_3(x) for x in [0,1/2]. More...