While subtracting to values I'm getting the wrong answer. try this:
Connect three number boxes to a [-] object and enter the following values (first to the right inlet; second to the left, of course):
60 and 60.1 (the result is wrong = 0.099!)
60 and 60.2 (the result is right = 0.200)
Is there any explanations for that? Is it a bug or just something to do with C language? How do I fix that?
I tried to do the same operation with [expr], same results.