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!
- Host: GitHub
- URL: https://github.com/fed135/pi-day
- Owner: fed135
- Created: 2018-03-14T22:32:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T18:24:14.000Z (over 1 year ago)
- Last Synced: 2025-06-14T08:02:27.029Z (7 months ago)
- Topics: fun, math, pi
- Language: JavaScript
- Homepage: https://fed135.github.io/PI-day/
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)