RosettaCodeData/Task/Test-integerness/Tcl/test-integerness-3.tcl

6 lines
72 B
Tcl

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