When I write this in the console I get these answers which are unlogic
a = 0.2 b = 0.3 c = 0.4 x = a+b+c gives me 0.9 y = b+c+a gives me 0.8999999999999999 x = c+a+b gives me 0.9000000000000001