You can find the first million at: http://www.eveandersson.com/pi/digits/1000000
http://www.eveandersson.com/pi/digits/1000000 Hope that helped.
You can find the answer to that - in fact to 10 trillion (and 50) places at the attached link.
No, I can't.For 2 reasons:1) I don't know pi to 1000000 digits2) I type at about 3 digits a second and at that rate, to type pi to 1000000 digits would take me ~333333 seconds ~= 5555 minutes ~= 92 hours ~= 3.85 days if I did nothing but type.
3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117067982148086513282306647093844609550582231725359408128481117450284102701938521105559644622948954930381964428810975665933446128475648233786783165271201909145648566923460348610454326648213393607260249141273724587006606315588174881520920962829254091715364367892590360011330530548820466521384146951941511609433057270365759591953092186117381932611793105118548074462379962749567351885752724891227938183011949129833673362440656643086021394946395224737190702179860943702770539217176293176752384674818467669405132000568127145263560827785771342757789609173637178721468440901224953430146549585371050792279689258923542019956112129021960864034418159813629774771309960518707211349999998372978049951059731732816096318595024459455346908302642522308253344685035261931188171010003137838752886587533208381420617177669147303598253490428755468731159562863882353787593751957781857780532171226806613001927876611195909216420198938095257201065485863278865936153381827968230301952035301852968995773622599413891249721775283479131515574857242454150695950829533116861727855889075098381754637464939319255060400927701671139009848824012858361603563707660104710181942955596198946767837449448255379774726847104047534646208046684259069491293313677028989152104752162056966024058038150193511253382430035587640247496473263914199272604269922796782354781636009341721641219924586315030286182974555706749838505494588586926995690927210797509302955
Surely you are not expecting someone to write out a million and one numbers.
%g is more compact. Do some tests, for example:double pi= 3.1415926535897932384626433;printf ("%%f gives %f %f %f %f %f\n", pi, 100*pi, 10000*pi, 1000000*pi, 100000000*pi);printf ("%%e gives %e %e %e %e %e\n", pi, 100*pi, 10000*pi, 1000000*pi, 100000000*pi);printf ("%%g gives %g %g %g %g %g\n", pi, 100*pi, 10000*pi, 1000000*pi, 100000000*pi);%f gives 3.141593 314.159265 31415.926536 3141592.653590 314159265.358979%e gives 3.141593e+00 3.141593e+02 3.141593e+04 3.141593e+06 3.141593e+08%g gives 3.14159 314.159 31415.9 3.14159e+06 3.14159e+08
The first digit of pi is 3, the first decimal is 1. Pi ≈ 3.14 The first fifty digits are 3.1415926535897932384626433832795028841971693993751
0 See: http://www.eveandersson.com/pi/digits/1000000 [Each row contains 50 digits (so look at the 8th row, third digit from the right).]
just add to the first number the number of zeros from the second number1000000000000
1000000
The first time the symbol Pi was first used for Pi was in ancient Greece in their numbers. The symbol "π" was number 80 in Greece.