summaryrefslogtreecommitdiff
path: root/numpy/lib/scimath.py
Commit message (Collapse)AuthorAgeFilesLines
* reindenting prior to releaseJarrod Millman2008-09-021-3/+3
|
* Add a note on scimath.sqrt for the definition of square root as the ↵David Cournapeau2008-08-201-0/+16
| | | | principal square root.
* Make doctests pass under new execution context.Alan McIntyre2008-07-091-1/+1
|
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-32/+31
| | | | | of explicit imports or dependency on the local scope where the doctest is defined..
* Use the implicit "import numpy as np" made available to all doctests instead ↵Alan McIntyre2008-07-031-9/+7
| | | | | | | of an explicit import. Remove ">>>" from bartlett plotting example since it currently requires matplotlib.
* 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