TS-Towshin / Pier

A script that calculates pi automatically. Accuracy is proportional to how much time it ran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a python program which can calculate pi automatically. I have used an equation which allows you to calculate pi. That equation is π²/6 = 1/1² + 1/2² + 1/3² + ...

If we do simple math then we get π = √(6×(1/1² + 1/2² + 1/3² + ...))

About

A script that calculates pi automatically. Accuracy is proportional to how much time it ran


Languages

Language:Python 100.0%