Visualisation of Pi
Hi all,
I'm looking for a way to calculate and output numbers of pi on cue. Specifically for a project that will visualise pi. First a 3 is output, then when triggered a 1, trigger, 4, trigger, 1 etc.
If using [expr 22. / 7.] the value output is limited to 3.142857. I would like the calculation to continue for an indefinite amount of time.
Are there any externals that can do this?
Cheers
You could find pi to any number of decimal places on the Web, and then just step through the digits. http://newton.ex.ac.uk/research/qsystems/collabs/pi/pi4.txt
(it's also worth noting that PI isn't 22/7. Not by a long shot. It's a so-so approximation, and a really bad one if you intend to start stepping through decimals.)