Skip to content

Commit c8c6d7c

Browse files
committed
doc: explain hashing of first bar
1 parent a55262e commit c8c6d7c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/visualizers/FactorHistogram.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ Omega(n),_number_of_prime_factors_of_n_(with_multiplicity)).
2626
The horizontal axis represents values of Omega. Each
2727
bar corresponds to a range of possible Omega values (a bin).
2828
The height of each bar shows how many entries in the sequence
29-
have a corresponding value of Omega.
30-
29+
have a corresponding value of Omega. The leftmost bar corresponding to 0
30+
factors counts all sequence entries equal to 0 or 1, as well as those entries
31+
that could not be factored (because their values were too large for Numberscope
32+
to handle). The latter are indicated by hashing a portion of that leftmost bar
33+
proportional to the number of unfactored entries.
3134
3235
## Parameters
3336
**/

0 commit comments

Comments
 (0)