15 lines
263 B
Markdown
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
|