Closed cuviper closed 2 years ago
Since the high argument is an inclusive bound, we do need to sieve primes where p * p == high, so only break when strictly greater.
high
p * p == high
Fixes #48.
bors r+
Build succeeded:
Since the
high
argument is an inclusive bound, we do need to sieve primes wherep * p == high
, so only break when strictly greater.Fixes #48.