Prime Numbers application allows you:
- to check if a number is a prime number. If the number is not prime, it will be displayed its prime factor decomposition.
- to search for the prime numbers into a range.
- to view in list format the set of first prime numbers.
- to view in grid format a set of numbers with the prime numbers marked accordingly.