imath icon indicating copy to clipboard operation
imath copied to clipboard

improve iprime.c

Open lhf opened this issue 3 years ago • 0 comments

You may want to improve the primality test in iprime.c by incorporating strong pseudoprime tests as in http://cvsweb.netbsd.org/bsdweb.cgi/%7echeckout%7e/src/games/primes/spsp.c

This works reliably for all 64-bit integers.

Unfortunately, this change won't avoid the need for the prime table in s_ptab.

lhf avatar Feb 10 '21 18:02 lhf