team-10/env/Lib/site-packages/numpy/lib/scimath.py

14 lines
169 B
Python
Raw Normal View History

2025-08-02 07:34:44 +02:00
from ._scimath_impl import ( # noqa: F401
__all__,
__doc__,
arccos,
arcsin,
arctanh,
log,
log2,
log10,
logn,
power,
sqrt,
)