Skip to content

Commit

Permalink
Prevent int64_t overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Feb 18, 2024
1 parent f0b8c7d commit 29ed467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Riemann_R.cpp
Expand Up @@ -40,8 +40,7 @@ std::vector<uint64_t> RiemannR_table =
29844570495886ll, // RiemannR(10^15)
279238341360977ll, // RiemannR(10^16)
2623557157055978ll, // RiemannR(10^17)
24739954284239494ll, // RiemannR(10^18)
234057667300228940ll // RiemannR(10^19)
24739954284239494ll // RiemannR(10^18)
};

void check(bool OK)
Expand Down

0 comments on commit 29ed467

Please sign in to comment.