Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 850 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 850 Bytes

Calculate Pi

There are lot of possibilities on how to calculate the circle number π:

Approximation

Approximation after Archimedes

Archimedes was one of the first who tried to calculate Pi with approximation. He tried it with regular polygons and increased the number of corners to calculate an upper and lower limit for what Pi can be.
He calculated until the corner number 96 and came to the conclusion that Pi has to be lower than 3+(10/70) and higher than 3+(10/71)

Approximation after John Wallis (wallis product)

⬆️Back to top

Continued Fraction

Continued Fraction after Lord Brouncker

Continued Fraction after Johann Heinrich Lambert

⬆️Back to top