EX2 Answers
EX2 Answers
Note that your script might be a little bit different, but accomplishes the same
goal.
1.1 custombode.m
1
2 Determining pi to the nth decimal
2.1 determinepi.m
2.2 piseries.m
2
28 pi_nthdec = NaN ; % then output a NaN
29 end % switch
30 numberit = p ;
31 end % function
2.3 arctangentterm.m