Primex is a lightweight program that gives you the ability to search for prime and Fibonacci numbers. The prime-search algorithm relies on the fact that every non-prime number, can be expressed as the product of smaller prime numbers. Primex uses a scanning algorithm, that allows it to trace every prime number it scans trough. What's New: Version 2.1: Improved Prime search algorithm, now over 100 times faster for big numbers. |