Pi

From Rosetta Code
Revision as of 21:01, 25 March 2011 by rosettacode>Markhobley (task)
Task
Pi
You are encouraged to solve this task according to the task description, using any language you may know.

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.