craigmayhew/bigprimes.net

max digits are wrong on the cruncher tool

craigmayhew opened this issue · 2 comments

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.

Partially fixed by PR #29

Fixed in PR #42