No description
| .github/workflows | ||
| include/bmath | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| CMakeLists.txt | ||
| pyproject.toml | ||
| readme.md | ||
| uv.lock | ||
bmath
header-only c++ 23 math library
todo
- sieves (pritchard)
- factorization (pollard-rho, rabin-miller)
- profiling
- saturating arithmetic operations