No description
Find a file
2026-01-16 11:03:58 -05:00
.github/workflows only run ci when relevant files change 2025-08-30 20:36:47 -05:00
include/bmath done 2026-01-16 11:03:58 -05:00
tests some toods 2025-10-05 00:31:19 -04:00
.gitignore cmake config 2025-08-30 19:01:11 -05:00
.pre-commit-config.yaml use clang-format 2025-08-30 19:30:36 -05:00
.python-version feat: initial commit 2025-08-30 12:50:04 -05:00
CMakeLists.txt fix format 2025-08-30 19:04:37 -05:00
pyproject.toml fix pre-commit setup 2025-08-30 19:13:32 -05:00
README.md feat: motiation 2026-01-15 18:09:00 -05:00
uv.lock feat: initial commit 2025-08-30 12:50:04 -05:00

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