There was an error while loading. Please reload this page.
1 parent 7c611a9 commit 48e9342Copy full SHA for 48e9342
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-09-01-09-09-13.gh-issue-156695.-Gih-8.rst
@@ -1,4 +1,4 @@
1
-Improve accuracy of :class:`complex` powers with small negative integer
2
-exponents. Previously ``z**-n`` was computed as ``1/(z**n)``; the
3
-intermediate ``z**n`` can overflow even when the result is representable,
+Improve accuracy of :class:`complex` powers with small negative integer
+exponents. Previously ``z**-n`` was computed as ``1/(z**n)``; the
+intermediate ``z**n`` can overflow even when the result is representable,
4
in which case all precision was lost.
0 commit comments