No description
Find a file
Barrett Ruth d207769de9
Merge pull request #11 from barrett-ruth/smart-ci
only run ci when relevant files change
2025-08-30 20:40:44 -05:00
.github/workflows only run ci when relevant files change 2025-08-30 20:36:47 -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