summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/upcoming_changes/18535.improvement.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/release/upcoming_changes/18535.improvement.rst b/doc/release/upcoming_changes/18535.improvement.rst
index 8a3c027ae..a0386b3bf 100644
--- a/doc/release/upcoming_changes/18535.improvement.rst
+++ b/doc/release/upcoming_changes/18535.improvement.rst
@@ -4,5 +4,4 @@ Fix power of complex zero
for complex numbers. Note that the value is only defined when
the real part of the exponent is larger than zero.
Previously, NaN was returned unless the imaginary part was strictly
-zero. Now a zero value is returned, with the sign bit
-set. The return value is either ``0+0j`` or ``0-0j``.
+zero. The return value is either ``0+0j`` or ``0-0j``.