From dd92d3820d6406f1c86e9083fafd40e9626c5c16 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 30 Aug 2025 20:30:57 -0500 Subject: [PATCH] update readme (sieve of e done) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9688ab3..32313fd 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ header-only c++ 23 math library ## todo -- sieves (pritchard, eratosthenes) +- sieves (pritchard) - factorization (pollard-rho, rabin-miller) - profiling - saturating arithmetic operations