Skip to content

AlexLietard/Sphenic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphenic

Description

Python Script to determine if a number is sphenic or not. A number is sphenic if he can be the result of 3 distinct prime numbers.

Authors

Alexandre Lietard

Script

The "sieve_of_eratosthene" script is employed in the context of "Sphenic Number." It utilizes the Eratosthenes' sieve method to identify all prime numbers within the range of 2 to the specified test number. The test number is the user-defined value that they wish to determine as sphenic or not. To do this, initiate the "Sphenic Number" program and adhere to the provided instructions.

The script don't support too large number.

About

Detect if a number is sphenic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages