MIF_E31220954/backend/venv/Lib/site-packages/numpy/lib/scimath.py

5 lines
122 B
Python

from ._scimath_impl import (
__all__, __doc__, sqrt, log, log2, logn, log10, power, arccos, arcsin,
arctanh
)