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

Go to the source code of this file.

Namespaces

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

Functions

template<typename T , int N>
Complex< T > flexiblesusy::anonymous_namespace{Li5.cpp}::horner (const Complex< T > &z, const T(&coeffs)[N]) noexcept
 
std::complex< double > flexiblesusy::Li5 (const std::complex< double > &z_) noexcept
 Complex polylogarithm $\operatorname{Li}_5(z)$. More...
 
std::complex< long double > flexiblesusy::Li5 (const std::complex< long double > &z_) noexcept
 Complex polylogarithm $\operatorname{Li}_5(z)$ with long double precision. More...