Hi, I'm having an issue with rounding (using version 2019.3, but have also had this issue in an older version).
I'm feeding the same number (60.3925) into two separate formula tools, using the formula: Round([Value], 0.001) . One of the tools produces 60.393, the other produces 60.392. As far as I can tell both inputs are identical and are using the same data type (Double).
Any suggestions on how to overcome this? I've tried using the Ceiling function to always round up but that produced even more errors than this initial problem, so I don't think that can be my solution.