My application works fine, but sometimes it return "strange" result, I dont't understand why it happens. For ex:
var a = 80.78, b = 83.49, c = 45.33
alert (a+b+c); //209.59999999999997 instead of 209.60
Thanks A.
My application works fine, but sometimes it return "strange" result, I dont't understand why it happens. For ex:
var a = 80.78, b = 83.49, c = 45.33
alert (a+b+c); //209.59999999999997 instead of 209.60
Thanks A.