| |
home > download >
Prime Numbers Collector |
The
Most Popular Tags
Prime
numbers, Prime number generator, Prime number collector,
List of prime numbers, PRIME, Freeware, The biggest prime number,
Prime numbers counter
|
|
|
Prime Number Collector

Lets calculate 1,2,3,5,7,11,13,17,.. Calculating prime numbers still
interested for some people until now. Particulary with computer more very
very faster to find biggest prime numbers. This application challange
you to how long you can patient to wait your computer work. You can download
the software here.
How is it work?
To test what a number is prime using with repeated division with from 2 until that number less by one.
To detect it just see remain of division result from one of a lot of division operstion. If just one have zero as remain, it's mean not a prime.
We can test a number using with Mod operator, perhaps with repeating calculation.
Okay, you can get the source code here.
|