max digits are wrong on the cruncher tool
craigmayhew opened this issue · comments
Craig Mayhew commented
Example of the issue: https://www.bigprimes.net/cruncher
Some of these can be removed entirely, e.g. Is it a perfect number? (Checks numbers upto 12003 digits in length)
others should be changed to constants and actually checked when a number is crunched to fix slow page rendering.
Craig Mayhew commented
Partially fixed by PR #29
Craig Mayhew commented
Fixed in PR #42