diff options
author | prithvitewatia <42640176+prithvitewatia@users.noreply.github.com> | 2022-12-01 22:36:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 22:36:28 +0530 |
commit | 1b57a63ca3bff38e9891cae2d23acb8d5f063883 (patch) | |
tree | a3272a220d3f50b25f323cd61b86deb947e75c96 | |
parent | 4c55e1bb06f8cc9a2588123b2a1780625e0f6053 (diff) | |
download | numpy-1b57a63ca3bff38e9891cae2d23acb8d5f063883.tar.gz |
Update doc/release/upcoming_changes/18535.improvement.rst
Co-authored-by: Matti Picus <matti.picus@gmail.com>
-rw-r--r-- | doc/release/upcoming_changes/18535.improvement.rst | 3 |
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``. |