

Adrito Moulik





This application resolves any given composite number into prime factors. It also performs a primal test. If the given number is itself a prime, the program reveals that. The number input is restricted to a maximum of 14-digit length because this application uses the trial division algorithm.