##Midterm 1 ###Main program found in Midterm1.c
- Note improvements to makefile
- Note improvements to pi_bbp.c
- BBP runs twice as fast now
####Aim of the project:
- implement Leibniz series to compute pi to error in 10^-6 range
- implement BBP series to compute pi to error in 10^-6 range
- run both programs several times to accurately measure time of computation of prog
- compare the efficiency of computing the leibniz series vs. BBP series
####Answers to Midterm I Programing Project: (Answer 5 changed after better pi_bbp.c function)
- pi_leibniz.c contains Answer 1
- Midterm1.c contains Answer 2 (top)
- value of n1: 1100000
- pi_leibniz.c contains Answer 3
- Midterm1.c contains Answer 4 (middle)
- value of n2: 4
- Midterm1.c contains Answer 5 (bottom)
- tLeibniz: 8.90 secs with 50 iterations
- tBBP: 9.38 secs with 4,000,000 iterations
- tLeibniz / tBBP: 75906
- N/A
- (github)
- N/A
- (this README.md)