flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
eta.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 ETA_H
8#define ETA_H
9
10#include <cstdint>
11
12namespace flexiblesusy {
13
15double neg_eta(int64_t) noexcept;
16
17} // namespace flexiblesusy
18
19#endif
double neg_eta(int64_t n) noexcept
negative Dirichlet eta function
Definition: eta.cpp:81