Skip to content

A JavaScript algorithm to find prime numbers, using the Sieve of Atkin

License

Notifications You must be signed in to change notification settings

pensierinmusica/js-primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript prime numbers algorithm

Description

JavaScript functions to find prime numbers, using the Sieve of Atkin.

Notes

'primeTester.js' checks if a given number is prime.

'primeList.js' returns all the prime numbers within a given range.

License

The MIT License (MIT)

Copyright (c) 2013 Alessandro Zanardi

About

A JavaScript algorithm to find prime numbers, using the Sieve of Atkin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages