summaryrefslogtreecommitdiff
path: root/numpy/emath.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/emath.pyi')
-rw-r--r--numpy/emath.pyi11
1 files changed, 9 insertions, 2 deletions
diff --git a/numpy/emath.pyi b/numpy/emath.pyi
index 3938d68de..032ec9505 100644
--- a/numpy/emath.pyi
+++ b/numpy/emath.pyi
@@ -1,4 +1,11 @@
from typing import Any
-# TODO: remove when the full numpy namespace is defined
-def __getattr__(name: str) -> Any: ...
+sqrt: Any
+log: Any
+log2: Any
+logn: Any
+log10: Any
+power: Any
+arccos: Any
+arcsin: Any
+arctanh: Any