Functions in Python doing prime stuff.
-
Updated
May 15, 2021 - Python
Functions in Python doing prime stuff.
An attempt to optimise the search for prime.
Sieve of Eratosthenes and Sieve of Atkin implemented in Python, and made fast using Numba and Numpy.
Add a description, image, and links to the prime-sieve topic page so that developers can more easily learn about it.
To associate your repository with the prime-sieve topic, visit your repo's landing page and select "manage topics."