I'm trying to build a calculator app and when i go parse the multiplication 11.2 * 3
the code give me the value 33.599999999999994
.
So I went to check if the same thing happened in dart, and returns exactly that value.
Can anyone explain why?
I'm trying to build a calculator app and when i go parse the multiplication 11.2 * 3
the code give me the value 33.599999999999994
.
So I went to check if the same thing happened in dart, and returns exactly that value.
Can anyone explain why?