On Fri, Apr 4, 2008 at 8:27 AM, joseph1110 <[EMAIL PROTECTED]> wrote: > > Dear Dr. Stein, et al.: > > > I was able to build SAGE 2.11 from tarball, and try out the > notebook: thank you. > However, for, > > "n(pi,100002*log(10,2));" > > I got, digits, along with, > > "WARNING: Output truncated!". > > How would I suppress this truncation feature, for, I want to be > able to examine all the digits (NOT just the contiguous set), please?!
At the bottom of the notebook output cell there is a link: full_output.txt You should click on it. Also for decimal digits, do n(pi, digits = 100002) > Also, the penultimate ending line read, > > "5493624646". > > Now, the 1,000th decimal digit (counting from 1 from the first > immediately to the right of the decimal point) should have been the > third "6", above. > So, why did I have to specify, > > "100002", > > NOT, > > "100001", > > please?! Internally more digits are computed than displayed. > I look forward to your continuing assistance, and thank you > antedatedly therefor! > Tempus fugit et ad augusta per angusta. > > > Nil desparare (Gauss), > > Joseph Roy D. North > Le Roi Du Nord > 3220 Duval Road, Apt. 1110 > Austin, TX 78759-3524, USA > > Scientia est Potentia! > > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
