blob: 8ff712cb4536813d6776cee53a88b4f19d1df42f (
plain)
1
2
3
4
5
6
7
8
9
|
Mathematical functions with automatic domain
********************************************
.. currentmodule:: numpy
.. note:: :mod:`numpy.emath` is a preferred alias for ``numpy.lib.scimath``,
available after :mod:`numpy` is imported.
.. automodule:: numpy.emath
|