blob: de014e4d88b5588b0672710992852d2c422766a7 (
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
|