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

9 lines
113 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
% set a 1.0000000000000001
1.0000000000000001
% expr $a
1.0
% IsNumberIntegral $a
1
% puts $a
1.0000000000000001