API Reference sieve_of_eratosthenes v0.1.1
Modules
Documentation for SieveOfEratosthenes.
Implementation of sieve of eratosthenes algorithm to calculate all the prime numbers
until number given used as limit, using tail recursive optimization and async functions