Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 299 Bytes

C_Calculating_Pi

This is a C based program to calculate Pi, using the Leibniz-Row. After 1 Million Iterations, Pi is calculated exaclty for 5 digits. This takes approximately 330 seconds or 5.5 minutes.

To start the program, just run */C_Calculating_Pi/bin/Debug/C_Calculating_Pi.exe

Have fun!