From 2b1b7023370455f41947555077c33f5432683116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Tue, 7 May 2024 21:11:21 +0200 Subject: [PATCH] Add comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eca662..addcecf 100644 --- a/README.md +++ b/README.md @@ -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: