5 lines
118 B
Python
Raw Permalink Normal View History

2024-10-02 22:15:59 +04:00
from ._scimath_impl import (
__all__, __doc__, sqrt, log, log2, logn, log10, power, arccos, arcsin,
arctanh
)