diff options
author | Pauli Virtanen <pav@iki.fi> | 2008-11-23 10:39:05 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2008-11-23 10:39:05 +0000 |
commit | 84054e34dd58ceebc981d349d997e4dd7cd7c80c (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /trunk/source/reference/routines.emath.rst | |
parent | 04d0ab737c541996b8311119ae840c9fd6d57e59 (diff) | |
download | numpy-84054e34dd58ceebc981d349d997e4dd7cd7c80c.tar.gz |
Moved numpy-docs under doc/ in the main Numpy trunk.
Diffstat (limited to 'trunk/source/reference/routines.emath.rst')
-rw-r--r-- | trunk/source/reference/routines.emath.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/trunk/source/reference/routines.emath.rst b/trunk/source/reference/routines.emath.rst deleted file mode 100644 index 93c1c6801..000000000 --- a/trunk/source/reference/routines.emath.rst +++ /dev/null @@ -1,10 +0,0 @@ -Mathematical functions with automatic domain (:mod:`numpy.emath`) -*********************************************************************** - -.. currentmodule:: numpy - -.. note:: :mod:`numpy.emath` is a preferred alias for :mod:`numpy.lib.scimath`, - available after :mod:`numpy` is imported. - -.. automodule:: numpy.lib.scimath - :members: |