Calculate digits of $\pi$ without needing to reuse them

98 Views Asked by At

I am looking for some algorithms that can calculate the digits of $\pi$ without needing to reuse previous digits. I would like to find the most simple and fast algorithms possible.

Thanks!