Merge branch 'main' into readme-docs

This commit is contained in:
Barrett Ruth 2025-08-30 20:34:32 -05:00 committed by GitHub
commit 6c2be1111f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 106 additions and 11 deletions

View file

@ -4,7 +4,8 @@ header-only c++ 23 math library
## todo
[] sieves
[] factorization
[] docs
[x] `std::unsigned_integral` as modulus type
- docs
- sieves (pritchard)
- factorization (pollard-rho, rabin-miller)
- profiling
- saturating arithmetic operations