RosettaCodeData/Task/Literals-Floating-point/Python/literals-floating-point-2.py

7 lines
169 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
2.3 # 2.2999999999999998
.3 # 0.29999999999999999
.3e4 # 3000.0
.3e+34 # 2.9999999999999998e+33
.3e-34 # 2.9999999999999999e-35
2.e34 # 1.9999999999999999e+34