Skip to content

Commit 7c611a9

Browse files
📜🤖 Added by blurb_it.
1 parent 2a6a7cb commit 7c611a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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,
4+
in which case all precision was lost.

0 commit comments

Comments
 (0)