05/18/2008, 08:25 PM
Wow! Nice power series package! I just looked at the .py file, and I noticed a few things:
(1) Several methods are missing underscores (for example _repr_ should be __repr__)
(2) Your inverse() method is empty, but I have implemented series_inverse() already, so we can use this.
I'll let you know when I have "git" installed.
Andrew Robbins
(1) Several methods are missing underscores (for example _repr_ should be __repr__)
(2) Your inverse() method is empty, but I have implemented series_inverse() already, so we can use this.
I'll let you know when I have "git" installed.
Andrew Robbins

