Files
RustPython/vm
Kim Dong In 6fa88ab05a Fix failed test pow in test_math
add two conditions to raise ValueError for input values
case 1: NaN, when both input values are finite, and base is negative and exponent is non-integer
case 2: divde by zero, when base is 0 exponent is negative value
2021-08-16 16:45:45 +09:00
..
2021-04-11 17:38:44 -05:00
2021-08-16 16:45:45 +09:00
2018-07-07 17:14:45 +02:00
2021-07-31 10:49:39 -05:00