Skip to content
/ prime Public

Using javascript to calculate prime numbers

Notifications You must be signed in to change notification settings

mbgower/prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

prime

Using javascript to calculate prime numbers

Just getting too lazy to calculate 'larger' prime numbers in my own head, and wanted to settle an argument concerning multiples of primes. Using javascript is not an efficient way of caluclating prime numbers, but it helps me retain what little web coding skills I possess.

I've elected to keep the report on what numbers that aren't prime are divisible by what primes, as it helps see patterns and the onset of first use of medium sized (for my noggin) primes.

About

Using javascript to calculate prime numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages