summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/lib/scimath.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/lib/scimath.py b/numpy/lib/scimath.py
index afaf4b4c9..b7ef0d710 100644
--- a/numpy/lib/scimath.py
+++ b/numpy/lib/scimath.py
@@ -243,11 +243,6 @@ def sqrt(x):
2j
>>> np.emath.sqrt(complex(-4.0, -0.0))
-2j
-
-
-
-
-
"""
x = _fix_real_lt_zero(x)
return nx.sqrt(x)