You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
233 B

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