Himalaya
source
himalaya
mh2l
Li2f.hpp
Go to the documentation of this file.
1
// ====================================================================
2
// This file is part of Himalaya.
3
//
4
// Himalaya is licenced under the GNU General Public License (GNU GPL)
5
// version 3.
6
// ====================================================================
7
8
#include <complex>
9
10
namespace
himalaya
{
11
12
/// real dilogarithm from FORTRAN module
13
double
li2
(
double
);
14
15
/// complex dilogarithm from FORTRAN module
16
std::complex<double>
li2
(
const
std::complex<double>&);
17
18
}
// namespace himalaya
himalaya
Definition:
H3.cpp:14
himalaya::li2
double li2(double x)
real dilogarithm from FORTRAN module
Definition:
Li2f.cpp:17
Generated by
1.8.13