summaryrefslogtreecommitdiff
path: root/numpy/lib/scimath.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Address review commentsMuhammad Motawe2021-10-301-5/+0
* DOC: Clarify behavior of np.lib.scimath.sqrt in the presence of negative 0Muhammad Motawe2021-10-301-0/+14
* DOC: rename np.lib.scimath to np.emathPamphile ROY2021-09-271-11/+10
* DOC: Fix a couple of reference to verbatim and vice versaMatthias Bussonnier2020-12-181-4/+4
* DOC: add autosummary of emath functionsRoss Barnowski2020-09-091-0/+16
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-21/+24
* ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-2/+36
* MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-1/+1
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-5/+11
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* DOC: wiki merge, twodim_base and a few loose ones.rgommers2010-07-311-7/+8
* first set of checkins from the doc editorJarrod Millman2009-11-131-56/+51
* Docstring update: libPauli Virtanen2009-10-021-55/+144
* Merge from doc wikiPauli Virtanen2009-06-191-30/+53
* Add log2 and exp2.Charles Harris2008-11-111-1/+1
* reindenting prior to releaseJarrod Millman2008-09-021-3/+3
* Add a note on scimath.sqrt for the definition of square root as the principal...David Cournapeau2008-08-201-0/+16
* 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
* Use the implicit "import numpy as np" made available to all doctests instead ...Alan McIntyre2008-07-031-9/+7
* ran reindentJarrod Millman2008-02-081-14/+14
* Add docstrings with examples for all functions, according to current standard.Fernando Perez2007-12-301-7/+359
* 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
* Fixed libTravis Oliphant2006-01-041-2/+2
* Moving things..Travis Oliphant2006-01-041-0/+77