sieve of eratosthenes

This commit is contained in:
Barrett Ruth 2025-08-30 20:28:31 -05:00
parent 8f191a7e3f
commit 3c091551f5
4 changed files with 103 additions and 10 deletions

View file

@ -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