|
|
| Name: |
Is Prime |
| Base name: |
is-prime |
| Description: |
Check whether a number is prime |
| Related classes: |
prime, prime number |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
311 users |
| All time rank: |
5639 |
| Week users: |
1 user |
| Week rank: |
2340 |
| |
|
 |
|
Innovation award
 Nominee: 2x |
This class can check whether a number is prime.
It first checks if the number is divisible by small prime integers.
If it passes the low prime numbers check, the class checks if the number ends with a digit that all higher prime numbers end.
On the final step it checks if the number is divisible by any of the prime numbers that are found incrementally.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
IsPrime.php |
Class |
IsPrime PHP Class |