Goal: I want to fill a page with 100,000 digits of π, one digit at a time. Here is what i have so far: http://jsfiddle.net/xnW6V/
It's just repeating the same value for now from a variable. What i need to do is have a variable 100,00 long (i'm taking it from here: http://www.geom.uiuc.edu/~huberty/math5337/groupe/digits.html) and with each setInterval event, add a new digit to the div.
I'm mentioning the size of the string just in case this presents issues with conventional methods.
Thanks.