Code that generates digits of π. I don't know, I just felt like writing.
Implemented script to calculate π in decimal format based on this paper with PDC algorithm.
pi_dec.mov
You also can run pidec.cpp to generate several digits starting with nth one!
Implemented script to calculate π in hexadecimal format based on this paper with BBP algorithm.