We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bb656 commit 0ca0625Copy full SHA for 0ca0625
src/sieve.rs
@@ -57,7 +57,7 @@ pub(crate) const fn sieve_segment<const N: usize>(
57
segment_sieve
58
}
59
60
-/// Returns an array of size `N` that indicates which of the `N` integers in smaller than `upper_limit` are prime.
+/// Returns an array of size `N` that indicates which of the `N` integers smaller than `upper_limit` are prime.
61
///
62
/// Uses a sieve of size `MEM` during evaluation, but stores only the requested values in the output array.
63
/// `MEM` must be large enough for the sieve to be able to determine the prime status of all numbers in the requested range,
0 commit comments