Prime Number Finder makes it easy to find all prime numbers within a given range. It can also check if a single number is prime. It can also be used to find all the factors of a number or prime factors of a number. You can also use it to find the lease common multiple or greatest common factor of a set of numbers.
This app uses native code for significant performance increases over standard Java code.
Features:
- Quickly find prime numbers between a range of numbers
- Quickly find all factors of a number
- Generate factor trees and export them as a PNG file
- Find the least common multiple between multiple numbers
- Find the greatest common factor between multiple numbers
- Save prime numbers or factors to view later