donno2048 / Pi

Top 10 algorithms to get pi and one weird code to test them all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pi

These are ten algorithms in python to calculate pi without any imports.

Mathematically they all converge to pi but python has limited accuracy causing each algorithm to be slightly inaccurate.

I ran each one to the maximum accuracy it can get (if the time isn't huge) and printed the output

To run it just run main.py

About

Top 10 algorithms to get pi and one weird code to test them all


Languages

Language:Python 100.0%