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