diff options
Diffstat (limited to 'doc/source/reference/routines.emath.rst')
-rw-r--r-- | doc/source/reference/routines.emath.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/reference/routines.emath.rst b/doc/source/reference/routines.emath.rst index c0c5b61fc..8ff712cb4 100644 --- a/doc/source/reference/routines.emath.rst +++ b/doc/source/reference/routines.emath.rst @@ -1,9 +1,9 @@ -Mathematical functions with automatic domain (:mod:`numpy.emath`) -*********************************************************************** +Mathematical functions with automatic domain +******************************************** .. currentmodule:: numpy -.. note:: :mod:`numpy.emath` is a preferred alias for :mod:`numpy.lib.scimath`, +.. note:: :mod:`numpy.emath` is a preferred alias for ``numpy.lib.scimath``, available after :mod:`numpy` is imported. -.. automodule:: numpy.lib.scimath +.. automodule:: numpy.emath |