Skip to content

Commit

Permalink
Version 0.1 released!
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed May 16, 2016
1 parent 7fb8054 commit c119749
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
2016-05-16 Kim Walisch <[email protected]>

Version 0.1 work in progress.
Version 0.1 released.

This is the first version of primesum. It uses the Deleglise-Rivat
algorithm to compute the sum of the primes below x. primesum
currently uses the __int128_t integer type so it will work correctly
up to 10^20, above 10^20 the prime sum > 2^128.

0 comments on commit c119749

Please sign in to comment.