𝜋 Approximation (#91)
Jonathan Frech
Using an infinite series shown by Euler, 𝜋 can be approximated.
The series goes as follows:
By rearranging the equation, you get the following:

Source code: pi-approximation.py
Using an infinite series shown by Euler, 𝜋 can be approximated.
The series goes as follows:
By rearranging the equation, you get the following:
Source code: pi-approximation.py