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
- [Latest → positive only] GitHub code repository.
- [Archive → positive and negative] GitHub code repository.