USE TURBO FOR FASTER CALCULATING AND BETTER GRAPHICS XD In this save we try to calculate Pi using the triangle method Here is how it works X=How many triangles in a circle Y=How many degrees between the triangles (360/x) Pi=X*(sin(y/2)) I have only one small problem and that is: As it goes it slows down and eventually stops calculating
I made this myself. Thanks to Youtube for showing me the triangle method