Jeroen Demeyer on Fri, 20 Nov 2015 23:17:45 +0100


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

Re: Can we remove coeff()?


On 2015-11-20 14:23, Bill Allombert wrote:
You can always do
#undef coeff
after including pari.h

Unfortunately, this isn't so easily done with Cython (which we use for Sage). There are always hacks around it, but it's precisely those hacks that I want to get rid of. So I would still prefer just changing coeff() to some other name, say lcoeff().

Jeroen.