Answer the question
In order to leave comments, you need to log in
Why does var a:Double =0.0, a += 0.1 give an inaccurate result?
var a:Double = 0.0
a += 0.1+0.1+0.1+0.1+0.1+0.1+0.1
println( a)
//выводит 0.7
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question