This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
055ee1891977f7ce43c99c6fb31b9a15ee22896f
Core2forAWS-MicroPython
/
tests
/
float
/
int_power.py
T
9 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Add some tests to improve coverage.
2015-01-29 00:44:11 +00:00
# negative power should produce float
x
=
2
print
(
x
*
*
-
2
)
x
=
3
x
*
*
=
-
2
tests: Make float/int_power.py pass on pyboard/single prec float.
2015-01-29 13:56:58 +00:00
print
(
'
%.5f
'
%
x
)
Reference in New Issue
Copy Permalink