
The AKS primality test (also known as AgrawalâKayalâSaxena primality test) was implemented in Math::Primality::AKS. https://en.wikipedia.org/wiki/AKS_primality_test
a version for everyone!
documentation
optimizations and code cleanup
is_prime(), next_prime(), prev_prime() and prime_count()
is_strong_lucas_pseudoprime() implemented
documentation and house keeping cleanups
is_pseudoprime() and is_strong_pseudoprime() implemented