// PI DAY CALCULATOR 2021 // >> Happy Pi Day 2021 everyone! << This year I am showcasing a relatively interesting concept to find pi- throwing sticks and seeing how many cross lines. This is called Buffon's Needle Problem, and although it's not as accurate as some of the other pi calculator concepts, it's still very fascinating as it does not use any long equations or circles. Disclaimer: It's very unpredictable and random, so it probably won't even get to the first 4 digits of pi for a while. The measurements of the line gaps aren't exactly accurate either. Equation: (2 * Sticks Thrown) / Sticks Crossed I had to also modify the equation a little bit because the line gap measurements weren't too perfect. I might try to fix it later. Turbo Mode (shift+flag) for faster results. See also: Check out my 2020 Pi Calculator project: https://scratch.mit.edu/projects/290107901/ And my 2019 Pi Calculator Project: https://scratch.mit.edu/projects/292559506/ 3.14159265358979323846264338327950288419716939937510582097494459230781640628620899862803482534211706798214808651328230664709384460955058223172535940812848111745028410... #piday #pi