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

6 lines
72 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
>>> a = 1.0000000000000001
>>> a
1.0
>>> 1.0 == 1.0000000000000001
True