sieve of eratosthenes
This commit is contained in:
parent
8f191a7e3f
commit
3c091551f5
4 changed files with 103 additions and 10 deletions
|
|
@ -4,6 +4,7 @@ header-only c++ 23 math library
|
|||
|
||||
## todo
|
||||
|
||||
[] sieves
|
||||
[] factorization
|
||||
[x] `std::unsigned_integral` as modulus type
|
||||
- sieves (pritchard, eratosthenes)
|
||||
- factorization (pollard-rho, rabin-miller)
|
||||
- profiling
|
||||
- saturating arithmetic operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue