You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Primes Computation
------------------
This application computes a set of all primes smaller than a given n.
The algorithm is naive, checking for each number whether it
divides with 2 or odd numbers smaller then it.