Leonhard Möhring on Tue, 14 Jan 2003 12:39:35 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
RE: buffersize |
Hi, some things: a.) why are you using 2.0.17? Version 2.1.3 isn't (beta), less bugs, and includes some useful features [like trap(), a feature I managed to miss all the way since 2.0.18]. Parihome http://www.gn-50uma.de/ftp/pari/00index.html hosts it as precompiled binary (megrez too ofc). b.) you'll want to use an _gprc file. You really do. A sample is in ftp://megrez.math.u-bordeaux.fr/pub/pari/dos/GPD_210.ZIP have a look at http://www.gn-50uma.de/ftp/pari-2.1/windows/README.WIN as well. c.) looks like you pasted those lines with the linebreaks inserted by some mailing program. try to get those lines together in a single line with an editor of your choice, or use '\' to continue long lines: try pasting the lines: default(realprecision,400);\ a=0.123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 123456789012345678901234567890\ 12345678901234567890777 hope this helps, Leonhard At 11:01 14.01.2003 +0000, Jon Perry wrote:
' GP/PARI CALCULATOR Version 2.0.17 (beta) Windows NT ix86 (ix86 kernel) 32-bit version (readline disabled, extended help not available) Copyright (C) 1989-1999 by C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier. Type ? for help, \q to quit. Type ?12 for how to get moral (and possibly technical) support. realprecision = 28 significant digits seriesprecision = 16 significant terms format = g0.28 parisize = 4000000, primelimit = 500000 ?' Pasting 0.12345678901234567890123456789012345678901234567890123456789012345678901234 5678901234567890123456789012345678901234567890123456789012345678901234567890 1234567890123456789012345678901234567890123456789012345678901234567890123456 7890123456789012345678901234567890123456789012345678901234567890123456789012 345678901234567890123456789012345678901234567890777 gives: %5 = 12345678901234567890123456789012345678901234567890777 ? 0.12345678901234567890123456789012345678901234567890123456789012345678901234 56 7890123456789012345678901234567890123456789012345678901234567890123456789012 3456 7890123456789012345678901234567890123456789012345678901234567890123456789012 3456 7890123456789012 %6 = 0.1234567890123456789012345678 ? Jon Perry perry@globalnet.co.uk http://www.users.globalnet.co.uk/~perry/maths/ http://www.users.globalnet.co.uk/~perry/DIVMenu/ BrainBench MVP for HTML and JavaScript http://www.brainbench.com