summaryrefslogtreecommitdiff
path: root/numpy/lib/scimath.py
Commit message (Collapse)AuthorAgeFilesLines
* ran reindentJarrod Millman2008-02-081-14/+14
|
* Add docstrings with examples for all functions, according to current standard.Fernando Perez2007-12-301-7/+359
| | | | | | | | If you have nose installed, the examples can be used as doctests with: nosetests --with-doctest numpy.lib.scimath
* Fix scimath.power for negative integer input.Travis Oliphant2006-10-111-0/+7
|
* Fix some name-space errors in scimath.Travis Oliphant2006-10-111-5/+5
|
* Fixed 'from numpy.lib.scimath import *' failure.Pearu Peterson2006-03-301-2/+2
|
* remove unused importTim Leslie2006-03-251-1/+1
|
* shorten long comment lineTim Leslie2006-03-231-1/+2
|
* clean up some importsTim Leslie2006-03-161-7/+8
|
* 1) Fix scimath functions to take and return vectors.Travis Oliphant2006-02-191-1/+1
| | | | | 2) Fix old bug in PyArray_CastTo when multiple copies made. 3) Fix reference counting bugs.
* Fixed libTravis Oliphant2006-01-041-2/+2
|
* Moving things..Travis Oliphant2006-01-041-0/+77