MULTI-FUNCTION CALCULATOR doesn’t work!!! IMPORTANT! - This checker might be efficient, but it has its limits. Factoring numbers greater than 5 trillion can result in the checker taking a few minutes to produce results. Anything greater than 50 trillion will likely take between 30 - 90 minutes at worst. The most optimal extreme is about 20 trillion, therefore. For anything bigger, I recommend using Turbowarp and/or a beefy computer. After a lot of code, I have created a listing system that can document all the factors of a given number within minutes. It is one of Scratch's most powerful list factorizers, and it can calculate the factors of numbers up to 20 trillion within minutes. Honestly, it pushes Scratch to its absolute limit. What it does is it works like a normal factorizer, only that it uses 2 variables instead of 1 to factorize a number. That allows it to operate orders of magnitude faster than my old factorizers. However, the variables operate at very large scales, and there might be some errors. So, a system similar to a prime checker is enforced to review and fix any issues with the results. If the results don't feel right, feel free to try again. If nothing else works, double-tap the green flag.
You might be asking why you should use this over other projects, and even some websites. Well, when developing this project, I've spent a long time going over websites, trying to find ones that can support numbers larger than 50 trillion to check if my project was working. I couldn't find any. There may be some that work faster than mine, but mine works better than many websites online, and it's free! I might add more features too, so stick around to find out. Chanel Log v1.00 - Initial Release v.1.01 - It broke! v1.02 - I fixed it and made it faster by clearing out some unnecessary clutter. v1.03 - Can now factorize numbers up to one million in seconds. v1.04 - Can now factorize numbers up to one billion in seconds. v1.10 - Devised a method using percentages, prime numbers, and square roots to handle numbers in the trillions. v1.11 - Cleaned up the code more, to make things go super fast. v1.20 - Used a factor pairing system rather than just having the list report individual factors. v1.21 - Current version.