CTF-Python/env/Lib/site-packages/numpy/lib/scimath.py
2025-06-05 10:15:16 +02:00

4 lines
118 B
Python

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