tests: Make float/int_power.py pass on pyboard/single prec float.

stackless
Damien George 2015-01-29 13:56:58 +00:00
parent 12c66be2b8
commit 26c0b155fa
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ print(x ** -2)
x = 3
x **= -2
print(x)
print('%.5f' % x)