aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Guillermo Albers Raviola <thomas@thomaslabs.org>2026-01-21 16:15:50 +0100
committerThomas Guillermo Albers Raviola <thomas@thomaslabs.org>2026-01-21 16:15:50 +0100
commit1ef25a125370b40b183fa37eb2d73b8c60c9794b (patch)
tree55d4c6feb550a43152f67613a4f0760972fc38ad /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5aa9354
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# Implementation of algorithms for computing digits of pi
+
+This repository contains a collection of multiple implementations of algorithms
+for computing pi. The code has in genenral not been optimized as it was written
+primarily for fun.
+
+See [this article]() for more information.
+
+Currently included:
+- [Chudnovsky](https://en.wikipedia.org/wiki/Chudnovsky_algorithm) with binary splitting for better performance.
+- [Bailey, Borwein and Plouffe](https://en.wikipedia.org/wiki/Approximations_of_pi#Efficient_methods)