Bill Daly on Thu, 09 Jul 2009 23:50:51 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Bug in polinterpolate? (A12-140) |
q1 = polinterpolate(qv,,a,&err)the result is exact (naturally), specifically a polynomial of degree 120 in x whose coefficients are rational functions of a, but the error returned is not zero, as I would have expected. Am I misunderstanding something? (I get the same result if I call
q1 = polinterpolate(vector(25,j,j),qv,a,&err)instead.) (I ran it with a stacksize of 250M and the default precision of 28, but I don't know if that is relevant.)
Regards, Bill