Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove reliance on integer division by zero returning zero. | Charles Harris | 2009-12-07 | 1 | -1/+3 |
* | 3K: polynomial: exceptions module is removed | Pauli Virtanen | 2009-12-06 | 1 | -1/+1 |
* | 3K: polynomial: Python3 friendlier template | Pauli Virtanen | 2009-12-06 | 1 | -2/+8 |
* | Small cleanups in polynomial modules. | Charles Harris | 2009-11-28 | 3 | -8/+10 |
* | Add any function for python < 2.5. | Charles Harris | 2009-11-15 | 1 | -0/+9 |
* | More fixes to least squares method documentation in Polynomial and | Charles Harris | 2009-11-15 | 1 | -6/+6 |
* | Improve documention of the fit method of the Cheybshev and Polynomial | Charles Harris | 2009-11-15 | 1 | -2/+43 |
* | Add support for chebyshev series and polynomials. | Charles Harris | 2009-11-14 | 9 | -0/+3550 |