An open API service indexing awesome lists of open source software.

https://github.com/fed135/pi-day

Some fun algorithms for PI day!
https://github.com/fed135/pi-day

fun math pi

Last synced: 7 months ago
JSON representation

Some fun algorithms for PI day!

Awesome Lists containing this project

README

          

# PI DAY

In honor of PI day, I love trying to implement ways of calculating PI mathematically using Javascript.

I will look up a new way of doing it every year and post the result

## Previous years

- *2016* [Leibniz' Infinite series](leibniz-pi.js)
- *2017* [Machin's Formula](machin-pi.js)
- *2018* [Chudnovsky's Formula](chudnovsky-pi.js)
- *2019* [Nilakantha Series](nilakantha-pi.js)