Skip to content

Commit f679165

Browse files
authored
New implementation of Li(n,z) (#26)
with higher precision and higher performance
1 parent 299287b commit f679165

26 files changed

+92499
-311
lines changed

src/cpp/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ add_library(polylog_cpp
66
Cl4.cpp
77
Cl5.cpp
88
Cl6.cpp
9+
eta.cpp
10+
factorial.cpp
11+
harmonic.cpp
912
Li.cpp
1013
Li2.cpp
1114
Li3.cpp
1215
Li4.cpp
1316
Li5.cpp
1417
Li6.cpp
1518
Sl.cpp
19+
zeta.cpp
1620
)
1721
target_include_directories(polylog_cpp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})

0 commit comments

Comments
 (0)