In article
,
Charles R Harris wrote:
> The Chebyshev class is now working pretty well, but I would like to settle
> some things up front.
>
> 1) Order in which coefficients are stored/passed/accessed.
>
> The current poly1d class ctor is called with the coefficients in high to low
> order, ye
The Chebyshev class is now working pretty well, but I would like to settle
some things up front.
1) Order in which coefficients are stored/passed/accessed.
The current poly1d class ctor is called with the coefficients in high to low
order, yet the __getitem__ and __setitem__ methods access them i