flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
Li6.hpp
Go to the documentation of this file.
1// ====================================================================
2// This file is part of Polylogarithm.
3//
4// Polylogarithm is licenced under the MIT License.
5// ====================================================================
6
7#ifndef LI6_H
8#define LI6_H
9
10#include <complex>
11
12namespace flexiblesusy {
13
15std::complex<double> Li6(const std::complex<double>&) noexcept;
16
18std::complex<long double> Li6(const std::complex<long double>&) noexcept;
19
20} // namespace flexiblesusy
21
22#endif
std::complex< double > Li6(const std::complex< double > &z_) noexcept
Complex polylogarithm .
Definition: Li6.cpp:42