blob: c0c5b61fc894f865e78c43fda99158a65d719843 (
plain)
1
2
3
4
5
6
7
8
9
|
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
|