5 lines
118 B
Python
5 lines
118 B
Python
|
from ._scimath_impl import (
|
||
|
__all__, __doc__, sqrt, log, log2, logn, log10, power, arccos, arcsin,
|
||
|
arctanh
|
||
|
)
|