Posting hoping someone can have a logical explanation of the following. This was discovered during CL 6.1 unit testing. tcl code in question is used in an xlate to convert centimeters to inches. Obvious question is “why the different outputs ?”
AIX 6.1, CL 6.1, tcl 8.5
tcl>expr 139.7 / 2.54
54.99999999999999
AIX 6.1, CL 5.8, tcl 8.4
tcl>expr 139.7 / 2.54
55.0