Difference between revisions of "DPS915/CodeKirin"
(→Assignment 1) |
(→Assignment 1) |
||
Line 8: | Line 8: | ||
'''Findings''' | '''Findings''' | ||
− | The code used is taken from the following site | + | 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. | ||
[[File:Profile_a1.JPG]] | [[File:Profile_a1.JPG]] |
Revision as of 13:50, 3 October 2014
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.