numpy/lib/scimath.py

from ._scimath_impl import (
    __all__, __doc__, sqrt, log, log2, logn, log10, power, arccos, arcsin,
    arctanh
)
Metadata
View Raw File