Carmichael 3 strong pseudoprimes: Difference between revisions

Content added Content deleted
(Primality test added to the D entry)
Line 523: Line 523:
<lang python>class Isprime():
<lang python>class Isprime():
'''
'''
Extensible sieve of Erastosthenes
Extensible sieve of Eratosthenes
>>> isprime.check(11)
>>> isprime.check(11)