Pi

From Rosetta Code
Revision as of 20:57, 25 March 2011 by rosettacode>Markhobley (initial content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The task is to create a program to continually spew out the digits of pi, by recursively calculating and outputting the next digit. The program should continue to calculate and output each digit in succession, until the break is pressed.