mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
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 = 3
|
||||||
x **= -2
|
x **= -2
|
||||||
print(x)
|
print('%.5f' % x)
|
||||||
|
|||||||
Reference in New Issue
Block a user