diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ 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. +See [this article](https://thomaslabs.org/projects/compute-pi.html) 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) +* [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) |
