Igor Schein on Fri, 28 Feb 2003 12:14:47 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: gp: a/b/c == (a/c)/b ? |
On Fri, Feb 28, 2003 at 11:52:39AM -0500, Michael Somos wrote: > pari-dev > > ? a/b/c == a/c/b > %1 = 1 > ? c/a/b == (c/b)/a > %2 = 0 > > a difference which makes a difference. Shalom, Michael Did you try starting a clean session, preferably with -f flag? I think it'll work correctly. At least it works for me in latest CVS. Maybe one of a,b,c is initialized to something in current seesion? Igor