You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ It also shortens and clarifies some function names.
18
18
## Other major changes
19
19
20
20
- 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.
22
22
- Add `isqrt` function. This can be useful if you wish to compute the size of the second const generic yourself.
23
23
- Speed up `PRIMES::count_primes_leq` by using a binary instead of linear search.
0 commit comments