This project calculates pi correctly to 15 decimal places. It can't get much more accurate than this, since it uses the built-in trig functions. However, I did think up the method myself. It approximately estimates the circumference of an invisible circle by using trig functions in conjunction with the pythagorean theorem. Then, it uses my program for dividing to high accuracy to divide the circumference by the diameter to get pi.