Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 635 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 635 Bytes

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.