Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add primes_geq and primes_lt generation functions, as well as sieve_geq and sieve_lt. #19

Merged
merged 213 commits into from
May 7, 2024

primes_geq docstring tweaks

f820bba
Select commit
Loading
Failed to load commit list.
Merged

Add primes_geq and primes_lt generation functions, as well as sieve_geq and sieve_lt. #19

primes_geq docstring tweaks
f820bba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 7, 2024 in 0s

91.30% of diff hit (target 93.01%)

View this Pull Request on Codecov

91.30% of diff hit (target 93.01%)

Annotations

Check warning on line 177 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L177

Added line #L177 was not covered by tests

Check warning on line 181 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L181

Added line #L181 was not covered by tests

Check warning on line 213 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L213

Added line #L213 was not covered by tests

Check warning on line 320 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L320

Added line #L320 was not covered by tests

Check warning on line 342 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L342

Added line #L342 was not covered by tests

Check warning on line 352 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L352

Added line #L352 was not covered by tests

Check warning on line 391 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L377-L391

Added lines #L377 - L391 were not covered by tests

Check warning on line 393 in src/generation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/generation.rs#L393

Added line #L393 was not covered by tests

Check warning on line 19 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L19

Added line #L19 was not covered by tests

Check warning on line 110 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L110

Added line #L110 was not covered by tests

Check warning on line 112 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L112

Added line #L112 was not covered by tests

Check warning on line 121 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L121

Added line #L121 was not covered by tests

Check warning on line 160 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L160

Added line #L160 was not covered by tests

Check warning on line 168 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L168

Added line #L168 was not covered by tests

Check warning on line 208 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L208

Added line #L208 was not covered by tests

Check warning on line 213 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L213

Added line #L213 was not covered by tests

Check warning on line 216 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L216

Added line #L216 was not covered by tests

Check warning on line 224 in src/sieving.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sieving.rs#L224

Added line #L224 was not covered by tests

Check warning on line 152 in src/wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wrapper.rs#L152

Added line #L152 was not covered by tests

Check warning on line 178 in src/wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wrapper.rs#L178

Added line #L178 was not covered by tests

Check warning on line 318 in src/wrapper.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wrapper.rs#L315-L318

Added lines #L315 - L318 were not covered by tests