diff options
Diffstat (limited to 'doc/source/reference/routines.emath.rst')
-rw-r--r-- | doc/source/reference/routines.emath.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/reference/routines.emath.rst b/doc/source/reference/routines.emath.rst new file mode 100644 index 000000000..93c1c6801 --- /dev/null +++ b/doc/source/reference/routines.emath.rst @@ -0,0 +1,10 @@ +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: |