Delete obsolete paragraph; primes(6) is now able to list primes for the

full range up to 2^64 - 1.

MFC after:	1 week
This commit is contained in:
Colin Percival 2017-06-04 02:45:18 +00:00
parent ade8bcee50
commit 0bf051f957

View File

@ -119,9 +119,3 @@ cannot handle the
factor list,
.Nm primes
will not get you a world record.
.Pp
.Nm primes
is unable to list primes between 3825123056546413050 and 18446744073709551615
since it relies on strong pseudoprime tests after sieving, and nobody has
proven how many strong pseudoprime tests are required to prove primality for
integers larger than 3825123056546413050.