Bill Allombert on Sun, 01 Feb 2004 11:34:44 +0100


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

subst bug ?


Hello PARI-dev,

On a new session:

? subst(a+O(b),a,c)
%1 = c
? c+O(b)
%2 = c + O(b)

(with both CVS and 2.1.3)

It looks like a bug.

Cheers,
Bill.