Skip to content

Commit 48e9342

Browse files
committed
fix-lint
1 parent 7c611a9 commit 48e9342

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)