tchaumeny / PyPoly

A Python extension written in C, implementing the Polynomial type.
MIT License
5 stars 3 forks source link

Adding more examples in pypoly.examples #2

Closed tchaumeny closed 10 years ago

tchaumeny commented 10 years ago

At least those two series of polynomials should be defined in this module (pure Python) :

tchaumeny commented 10 years ago

Done, see https://github.com/tchaumeny/PyPoly/pull/3 and https://github.com/tchaumeny/PyPoly/pull/5