Why not true result in JavaScript ?
96.8 + 1.6 + 1.6 = 99.99999999;
96.8 + 3.2 = 100; 96.8 + (1.6 + 1.6) = 100;