scimath.py 169 B

12345678910111213
  1. from ._scimath_impl import ( # noqa: F401
  2. __all__,
  3. __doc__,
  4. arccos,
  5. arcsin,
  6. arctanh,
  7. log,
  8. log2,
  9. log10,
  10. logn,
  11. power,
  12. sqrt,
  13. )