Walter Neumann on Wed, 22 Jan 2003 16:28:33 -0500 (EST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: realprecision bug |
On Wed, 22 Jan 2003, Bill Allombert wrote: > On Mon, Jan 20, 2003 at 05:35:02PM -0000, Jon Perry wrote: > > ? default(realprecision,4) > > ? 1.463874 > > %6 = 1.463 > > ? 0.327947 > > %7 = 0.327952003 > > ? > > It looks like it is fixed in the 2.2 serie. > Cheers, > Bill. > No it isn't fixed, you expect 1.464 in both of the following: GP/PARI CALCULATOR Version 2.2.5 (development CHANGES-1.644) i686 running linux (ix86/GMP kernel) 32-bit version (readline v4.2a enabled, extended help available) ? default(realprecision,4) realprecision = 9 significant digits (4 digits displayed) ? 1.463955324 %1 = 1.463 ? 1.4639553240 %2 = 1.464 ? --walter