summaryrefslogtreecommitdiff
path: root/numpy/lib/scimath.py
diff options
context:
space:
mode:
authorMuhammad Motawe <muhammad.a.motawe@gmail.com>2021-10-30 19:17:52 +0200
committerGitHub <noreply@github.com>2021-10-30 19:17:52 +0200
commit8cb5466d55dec6b63ed4e58ce14a369adb41b7ca (patch)
tree25d57bf8d9b634b99915e7e802f6e202b5bcabdf /numpy/lib/scimath.py
parentfce2a361dad67566a6252553492239ec7b0c916d (diff)
downloadnumpy-8cb5466d55dec6b63ed4e58ce14a369adb41b7ca.tar.gz
MAINT: Address review comments
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Diffstat (limited to 'numpy/lib/scimath.py')
-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)