team-10/env/Lib/site-packages/numpy/lib/scimath.py
2025-08-02 07:34:44 +02:00

13 lines
169 B
Python

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