RosettaCodeData/Task/Test-integerness/Tcl/test-integerness-3.tcl
2023-07-01 13:44:08 -04:00

5 lines
72 B
Tcl

>>> a = 1.0000000000000001
>>> a
1.0
>>> 1.0 == 1.0000000000000001
True