summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/upcoming_changes/18535.improvement.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/18535.improvement.rst b/doc/release/upcoming_changes/18535.improvement.rst
index f9c7b1d42..8a3c027ae 100644
--- a/doc/release/upcoming_changes/18535.improvement.rst
+++ b/doc/release/upcoming_changes/18535.improvement.rst
@@ -1,6 +1,6 @@
Fix power of complex zero
-------------------------
-``np.power`` now returns a IEEE 754-compliant result for ``0^{non-zero}``
+``np.power`` now returns a different result for ``0^{non-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