team-10/venv/Lib/site-packages/~umpy/lib/scimath.py

5 lines
118 B
Python
Raw Normal View History

2025-08-02 02:00:33 +02:00
from ._scimath_impl import (
__all__, __doc__, sqrt, log, log2, logn, log10, power, arccos, arcsin,
arctanh
)