Show HN: Pi-100 Challenge (apps.apple.com)
Some people climb mountains, while others run marathons. Challenge yourself to calculate Pi by hand. For Pi Day, I created an IOS app that guides you through all the steps needed to compute Pi to 100 decimal places. Surprisingly enough, this doesn't require any complex math -- just basic addition, subtraction, multiplication and long division. Each page presents one problem to solve. Complete the problem, and move on to the next step. Take the Pi-100 Challenge, sharpen your mind, and calculate Pi.
1 comment
[ 3.0 ms ] story [ 14.8 ms ] threadWhich method are you using? A long time ago I used 1+1/3+(1x2)/(3x5)+(1x2x3)/(3x5x7)+... but I wrote a program to make all the calculation.