#HomeWork#7 #Please do not post homework #Abrar Almahmeed, Feb.15 #Question 1: Read, understand, and experiment with the procedures done after class in C7.txt , if you use the formula in Guillera's homepage, coded in JG1, how many terms (i.e. in what place do you need to truncate the series) to compute Pi to 100 decimal digits after the decimal point? Digits := 200: for N from 1 to 200 do if HowManyDigits(JG1,N) >= 100 then print("To get 100 correct digits of Pi, we need N=",N): break: fi: od: To get 100 correct digits of Pi, we need N=33 #Question 2: Unfortunately, I could not do this question:( HowManyDigits(JG1,100); 304 HowManyDigits(JG2,100); 114