Leonhard Möhring on Tue, 14 Jan 2003 11:16:19 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: buffersize


Hi,
I'd definitely advise you to use files, since the handling should be
a lot easier. But actually i don't experience the problem, using
the 2.1.3 precompiled binaries & cygwin.
Which version do you use?
The truncation happens when you paste, right? Is it possible that the
line you pasted had already been truncated when you copied it?

Leonhard



Reading GPRC: C:/_gprc ...Done.

                  GP/PARI CALCULATOR Version 2.1.3 (released)
                i686 running cygwin (ix86 kernel) 32-bit version
              (readline v4.0 enabled, extended help not available)

                       Copyright (C) 2000 The PARI Group

PARI/GP is free software, covered by the GNU General Public License, and
comes WITHOUT ANY WARRANTY WHATSOEVER.

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 = 16000000, primelimit = 500000
(10:08) gp > \p400
   realprecision = 404 significant digits (400 digits displayed)
(10:08) gp > a=0.12345678901234567890123456789012345678901234567890123456789012
3456789012345678901234567890123456789012345678901234567890123456789012345678901
2345678901234567890123456789012345678901234567890123456789012345678901234567890
1234567890123456789012345678901234567890123456789012345678901234567890123456789
012345678901234567890123456789012345678901234567890777

[Input was pasted here]

%1 = 0.1234567890123456789012345678901234567890123456789012345678901234567890123
45678901234567890123456789012345678901234567890123456789012345678901234567890123
45678901234567890123456789012345678901234567890123456789012345678901234567890123
45678901234567890123456789012345678901234567890123456789012345678901234567890123
45678901234567890123456789012345678907770000000000000000000000000000000000000000
0000000
(10:08) gp >



At 18:05 13.01.2003 +0000, Jon Perry wrote:
>I was trying to copy/paste RSA-2048 into Pari, however I only get the first
>255 digits.
>
>I suppose I could read the number in as a file, I haven't tried this yet,
>but I was wondering if the 255 limit could be raised to 1000 say?
>
>Jon Perry