summaryrefslogtreecommitdiff
path: root/numpy/polynomial
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on integer division by zero returning zero.Charles Harris2009-12-071-1/+3
* 3K: polynomial: exceptions module is removedPauli Virtanen2009-12-061-1/+1
* 3K: polynomial: Python3 friendlier templatePauli Virtanen2009-12-061-2/+8
* Small cleanups in polynomial modules.Charles Harris2009-11-283-8/+10
* Add any function for python < 2.5.Charles Harris2009-11-151-0/+9
* More fixes to least squares method documentation in Polynomial andCharles Harris2009-11-151-6/+6
* Improve documention of the fit method of the Cheybshev and PolynomialCharles Harris2009-11-151-2/+43
* Add support for chebyshev series and polynomials.Charles Harris2009-11-149-0/+3550