DPS915/CodeKirin
Contents
Calculations of Pi
Team Member
Progress
Assignment 1
Findings
The code used is taken from the following site http://www.cplusplus.com/forum/beginner/1149/ with some changes to the code.
This program will calculate pi to a precision based on the value entered by the user. Currently it displays to a precision of 9 decimal places.
Will attempt to figure out a way to calculate to as much decimal places as possible, which should drastically increase the time it takes to run the program.