Pi-Calculation-Compillation Just a compilattion of scripts in various programming languages intended to calculate aproximations of pi. [ Leibniz formula for π ] Leibniz formula for π Time Complexity O(N * logN * loglogN), where: N = number of iterations Division of two numbers of order O(N) takes O(logN loglogN) time. https://en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80