Primex 2.1 - Search for prime and Fibonacci
numbers. 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.