summaryrefslogtreecommitdiff
path: root/numpy/emath.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/emath.pyi')
-rw-r--r--numpy/emath.pyi13
1 files changed, 0 insertions, 13 deletions
diff --git a/numpy/emath.pyi b/numpy/emath.pyi
deleted file mode 100644
index d0d4af41e..000000000
--- a/numpy/emath.pyi
+++ /dev/null
@@ -1,13 +0,0 @@
-from typing import List
-
-__all__: List[str]
-
-def sqrt(x): ...
-def log(x): ...
-def log10(x): ...
-def logn(n, x): ...
-def log2(x): ...
-def power(x, p): ...
-def arccos(x): ...
-def arcsin(x): ...
-def arctanh(x): ...