3 0.1 0.2 0.3
0.600000
Use Kahan summation: keep compensation c. For each x: y=x-c; t=sum+y; c=(t-sum)-y; sum=t.