summaryrefslogtreecommitdiff
path: root/numpy/emath.pyi
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-04-25 14:18:52 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-04-26 16:53:56 +0200
commitf71c496ddc7caa2a47b2750cce455f6129def261 (patch)
tree4fea7230ce28843830e35bea16bf76ceb087cde5 /numpy/emath.pyi
parentbb34344242097b95db2be2e938c0ce14db225db3 (diff)
downloadnumpy-f71c496ddc7caa2a47b2750cce455f6129def261.tar.gz
MAINT: import `emath` from `np.lib`
aka `np.lib.scimath`
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): ...