I have looked through the tcl/tk help and tried using expr round(), this works of corse. However i seem unabled to round accurately to a specific X places. I have seen in a few places people use things such as [expr round(9.345) * 1.0] or similar things, but such workarounds are not very accurate as you can see simply by looking at the logic in the math.
Can anybody help me out with a more accurate method of rounding? TIA