Files
cpython/Lib
Mark Dickinson 4a42cebf6d bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Change the behaviour of `math.pow(0.0, -math.inf)` and `math.pow(-0.0, -math.inf)` to return positive infinity instead of raising `ValueError`. This makes `math.pow` consistent with the built-in `pow` (and the `**` operator) for this particular special case, and brings the `math.pow` special-case handling into compliance with IEEE 754.
2021-06-12 10:23:02 +01:00
..
2021-06-08 06:47:15 -03:00
2021-04-05 17:39:49 +01:00
2021-05-22 14:09:54 +02:00
2021-04-25 10:45:05 -07:00
2021-05-17 00:20:33 +01:00
2021-02-03 13:25:28 -08:00
2021-05-16 16:35:41 +01:00
2021-02-01 21:16:38 +05:30