Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 261 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 261 Bytes

calculatePi

A way to calculate pi using random numbers and a co-prime calculation. Euler's totient function on wikipedia gave me the idea how to do this and Tusse helped me to understand co-primes