Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
12033df511a5a5f0237a764379aacfbceb6c45dd
/
.
/
tests
/
float
/
float2int.py
blob: 59d904e58a7e707b9c6c1f44f49b2cc2c1e7a853 [
file
] [
log
] [
blame
]
Paul Sokolovsky
12033df
2014-12-30 00:22:10 +0200
[
diff
] [
blame^
]
1
# This case occurs with time.time() values
2
print
(
int
(
1418774543.
))
3
4
# TODO: General case with large exponent
5
#print(int(2.**100))