feat: motiation

This commit is contained in:
Barrett Ruth 2026-01-15 18:09:00 -05:00
parent 373cc5b243
commit 2a622e0d64

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# bmath
header-only c++ 23 math library
## todo
- docs
- sieves (pritchard)
- factorization (pollard-rho, rabin-miller)
- profiling
- saturating arithmetic operations
## motivation
built to learn and apply modern c++ in a competitive programming environment