Skip to content

Commit

Permalink
Merge README changes from https://github.com/JSorngard/const-primes
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed May 7, 2024
2 parents 78b10b6 + 2b1b702 commit f17fcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ assert_eq!(PRIME_STATUS, [false, false, true, true, false, true, false, true, fa

## Arbitrary ranges

The crate provides prime generation and sieving functions with suffixes, e.g. `primes_geq` and `sieve_lt`
The crate provides prime generation and sieving functions with suffixes, e.g. `primes_geq` and `sieve_lt`,
that can be used to work with ranges that don't start at zero. They take two generics: the number of elements
to store in the binary and the size of the sieve used during evaluation. The sieve size must be the ceiling
of the square root of the largest encountered value:
Expand Down

0 comments on commit f17fcb3

Please sign in to comment.