projektAI/venv/Lib/site-packages/numpy/emath.pyi

14 lines
148 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
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