Thursday, September 3, 2015

Priotizaer: Prime Factorization-er

Update Nov 30, 2018

Output
Priotizaer

How to Use

  • Type the input (positive integer) then hit "run" button or hit enter/return on your keyboard. The output will be shown.
  • Minimum input value is 1, and maximum of 1,000,000,000 (upgraded).
  • Hit the input box to clear result.

Output

  • It will show the Prime factorization and the factors multiplications list of the input number (if the input can be factorized).
  • If the input is a Prime number, this tool will return the "Prime" word.
  • For non-integer or negative number or value beyond limit, you'll see error message.
  • Additional: Priotizaer will also show the time spent for the process to finish (in milliseconds) at the bottom of the output.

The 1,000,000,000

To avoid browser crash because Priotizaer is using iteration.

JavaScript Snippets

  1. [Latest → positive only] GitHub code repository.
  2. [Archive → positive and negative] GitHub code repository.