// PI CALCULATOR for Pi Day 2019 // This is a simple machine that calculates pi based on the number of terms entered! The more terms, the more accurate it is! Try entering... ...20 ...100 ...1000 ...25000 This engine uses Nilakantha's method, which can be explained here: https://youtu.be/3U7Hfz37GqA?t=132 When there are 20000+ terms that need to be calculated, the engine may take some time to run the program. Try using Turbo Mode (shift+Flag) to speed it up! ** This project was updated in 2020 to bring better performance and a more fresh description **