Skip to content

Quick program to check if a number is prime and it’s largest prime factor. it employs the use of 2 functions, prime checker and largest factor finder,the largest factor starts from the square root of the given number and uses the prime number test to test if that number is prime and a factor of the number in question.

Notifications You must be signed in to change notification settings

vink2212/Prime-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

About

Quick program to check if a number is prime and it’s largest prime factor. it employs the use of 2 functions, prime checker and largest factor finder,the largest factor starts from the square root of the given number and uses the prime number test to test if that number is prime and a factor of the number in question.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages