bmath/README.md
2026-01-15 18:09:00 -05:00

15 lines
263 B
Markdown

# 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