There was an error while loading. Please reload this page.
1 parent 15229fc commit e4d6205Copy full SHA for e4d6205
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2024-04-17-19-39-30.gh-issue-117999.oCJkud.rst
@@ -1,2 +1,4 @@
1
Fixed small nonnegative integer powers for complex numbers with special values
2
-(``±0.0``, infinities or nan's) in components. Patch by Sergey B Kirpichev.
+(``±0.0``, infinities or nan's) in components. Negative powers of infinite
3
+numbers now evaluate to zero instead of NaN. Powers of infinite numbers no
4
+longer raise :exc:`OverflowError`.
0 commit comments