Skip to content

Commit cd77a4d

Browse files
authored
Correct false statement
1 parent 3136144 commit cd77a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It also shortens and clarifies some function names.
1818
## Other major changes
1919

2020
- Add `primes_geq`, `primes_lt`, and `sieve_geq` functions to work with arbitrary ranges.
21-
- Add `primes_segment!` and `sieve_segment!` macros to simplify usage of the above functions. These macros compute the size of the second const generic that the above functions need. Due to restrictions on const arithmetic this can not be done inside the functions (unless I convert their normal input into const generics instead).
21+
- Add `primes_segment!` and `sieve_segment!` macros to simplify usage of the above functions. These macros compute the size of the second const generic that the above functions need. Due to restrictions on const arithmetic this can not be done inside the functions.
2222
- Add `isqrt` function. This can be useful if you wish to compute the size of the second const generic yourself.
2323
- Speed up `PRIMES::count_primes_leq` by using a binary instead of linear search.
2424

0 commit comments

Comments
 (0)