- This app achieves the factorization of integer numbers in their constituent prime number product.
- It also allows to find the greatest common divisor and the lowest common multiple of two numbers.
- This app can also be used to find prime numbers.
- All the operations are done with BigIntegers : you can use as large Integers as you want. But be aware : it can be very long to obtain the result !