Skip to content

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

Notifications You must be signed in to change notification settings

lillami/is_prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages