Count the number of primes
primecount is a command-line program and C/C++ library that counts the primes below an integer x ≤ 10^31 using highly optimized implementations of the combinatorial prime counting algorithms.
- Developed at devel:libraries:c_c++
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/primecount && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
primecount-6.4.tar.gz | 0000333202 325 KB | |
primecount.changes | 0000001084 1.06 KB | |
primecount.spec | 0000002605 2.54 KB |
Revision 3 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 880575
from
Kim Walisch (walki)
(revision 3)
- Update to primecount-6.4. - Fixed an integer overflow in the B formula. - Reduced memory usage of SegmentedPiTable by 1.5x.
Comments 0