lillami / is_prime

Python script for calculating if a number is a prime number a bit faster than the sieve of Eratosthenes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is_prime

Python script for calculating if a number is a prime number. This is a bit faster than the sieve of Eratosthenes.

About

Python script for calculating if a number is a prime number a bit faster than the sieve of Eratosthenes.


Languages

Language:Python 100.0%