Program that allows the prime factorization of a given number.
For example 12 = 2 * 2 * 3
Useful in rapidly solving the largest common divisor or the smallest common multiple of two numbers.
Link: FactorialNumar.apk
The program works only on Android operating system.