summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/float2int.py
blob: 59d904e58a7e707b9c6c1f44f49b2cc2c1e7a853 (plain) (blame)
1
2
3
4
5
# This case occurs with time.time() values
print(int(1418774543.))

# TODO: General case with large exponent
#print(int(2.**100))