This class can compute prime numbers using sieve of Atkin and Eratosthenes algorithms.
It can take a given limit integer number and calculates the highest number below to the specified limit.
The class can also return the list of all prime numbers smaller than a given limit number.
|
|
| Name: |
Prime numbers |
| Base name: |
prime-numbers |
| Description: |
Compute prime numbers using Atkin and Eratosthenes |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
275 users |
| All time rank: |
6239 |
| Week users: |
0 users |
| Week rank: |
1988  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
prime.php |
Class |
prime class |