summaryrefslogtreecommitdiff
path: root/scipy/base/tests/test_polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-83/+0
* Renamed scipy.test module to scipy.testing. Clean up testing.Pearu Peterson2005-12-261-1/+1
* Fix polynomial divisioncookedm2005-12-231-2/+4
* p=poly1d([1,2,3], variable='lambda') will use 'lambda' as the variable in str(p)cookedm2005-12-211-0/+10
* TLC for polynomial.py: cleanup, poly1d class is now new-type, and unittestscookedm2005-10-291-0/+71