No description
Find a file
Barrett Ruth ecda57f77f
Merge pull request #10 from barrett-ruth/readme-docs
reminder to eventually make documentation
2025-08-30 20:36:51 -05:00
.github/workflows fix 2025-08-30 19:48:24 -05:00
include/bmath sieve constructor should not allocate 2025-08-30 20:29:42 -05:00
tests sieve of eratosthenes 2025-08-30 20:28:31 -05: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 Merge branch 'main' into readme-docs 2025-08-30 20:34:32 -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