Skip to content
Snippets Groups Projects
Commit 26c0b155 authored by Damien George's avatar Damien George
Browse files

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

parent 12c66be2
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ print(x ** -2) ...@@ -5,4 +5,4 @@ print(x ** -2)
x = 3 x = 3
x **= -2 x **= -2
print(x) print('%.5f' % x)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment