Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/numpy/lib/scimath.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1 statements  

1from ._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)