tests: Make float/int_power.py pass on pyboard/single prec float.
This commit is contained in:
@@ -5,4 +5,4 @@ print(x ** -2)
|
||||
|
||||
x = 3
|
||||
x **= -2
|
||||
print(x)
|
||||
print('%.5f' % x)
|
||||
|
||||
Reference in New Issue
Block a user