max digits are wrong on the cruncher tool
craigmayhew opened this issue · 2 comments
craigmayhew 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.
craigmayhew commented
Partially fixed by PR #29
craigmayhew commented
Fixed in PR #42