More decimals. More blocks. Go here for it to be faster: https://turbowarp.org/564587556/fullscreen?fps=250&turbo Here is the code in Python: import math c2 = 0 c3 = 3 pi = 4 pm = 'm' i = 1 while i < 10000000: if c2 % 2 == 0: pi += -4/c3 elif c2 % 2 != 0: pi += 4/c3 c2 += 1 c3 += 2 i += 1 print(pi)