4 lines
202 B
Plaintext
4 lines
202 B
Plaintext
primesum is a command-line program that computes the sum of the primes below an
|
|
integer x <= 1031 as quickly as possible using a modified version of the
|
|
combinatorial prime counting function algorithm.
|