fr/fr_env/lib/python3.8/site-packages/numpy/emath.pyi

14 lines
148 B
Python
Raw Normal View History

2021-02-17 12:26:31 +05:30
from typing import Any, List
__all__: List[str]
sqrt: Any
log: Any
log2: Any
logn: Any
log10: Any
power: Any
arccos: Any
arcsin: Any
arctanh: Any