Inspiration
LHD itself. Finding Pi values is easy up to a few 10s. But above that, it's a nightmare.
What it does
It calculates the value of PI up to the 'Nth' digit using Chudnovsky Algorithm.
How we built it
Python language is used to write the script.
t = ((-1)**k)*(factorial(6*k))*(13591409+545140134*k)
Challenges we ran into
Pretty much every step was a challenge.
Accomplishments that we're proud of
Built a script that could calculate the value of Pi up to 'N' values.
What we learned
A new method to calculate the value of Pi.
What's next for Pi to Nth digit
Better UI could be made such that the script could we used frem a web front-end.
Built With
- cli
- python
Log in or sign up for Devpost to join the conversation.