This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
github
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
tests: Make float/int_power.py pass on pyboard/single prec float.
pull/1094/head
Damien George
10 years ago
parent
12c66be2b8
commit
26c0b155fa
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
tests/float/int_power.py
2
tests/float/int_power.py
View File
@ -5,4 +5,4 @@ print(x ** -2)
x
=
3
x
*
*
=
-
2
print
(
x
)
print
(
'
%.5f
'
%
x
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
github/micropython
Title
Body
Create Issue