-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c43f10
commit c57150b
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
2019-07-24 Kim Walisch <[email protected]> | ||
2019-08-13 Kim Walisch <[email protected]> | ||
|
||
Version 5.0 work in progress. | ||
Version 5.0 released. | ||
|
||
I have finally implemented Xavier Gourdon's prime counting | ||
algorithm! Xavier Gourdon's algorithm is an improved | ||
|
@@ -14,6 +14,7 @@ | |
* print.cpp: Updated for Gourdon's algorithm. | ||
* generate.cpp: Generate array with largest prime factors. | ||
* test.cpp: Test Gourdon's algorithm. | ||
* README.md: Update benchmarks. | ||
|
||
2019-07-14 Kim Walisch <[email protected]> | ||
|
||
|