craftbeerpi4-pione/venv3/lib/python3.7/site-packages/numpy/emath.pyi

14 lines
148 B
Python
Raw Normal View History

2021-03-03 23:49:41 +01: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