numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 14 forks source link

FactorHistogram does not distinguish numbers that have no factorization #296

Open gwhitney opened 2 months ago

gwhitney commented 2 months ago

Currently, FactorHistogram treats 0, +- 1, and numbers without known factorizations all the same, as having 0 factors. I don't mind 0 and +-1 all being lumped together, but numbers of absolute value 2 or more, the factorizations of which are not known, should be treated differently. They certainly have some number of factors, we just don't know how many. So they should either be removed from the count altogether, or they should be in a separate "unknown" bar or be considered to have "-1" factors, or something along those lines.