My friend stumbled into a strange error (at least I think it is an error). When you multiply a certain number in the console of your browser, 1.4 in my case, then the output is very interesting when you multiply it with 3, 6 and 7. Check these outputs in Firefox:
In Chrome it is the same as in Firefox, in Edge and IE it's even more interesting, there is the outcome by the multiplication with 6 even more off:
I googled it but couldn't find any explanation about this error. Does anyone know why the browsers fail at this multiplication?
EDIT: The comments below explain why the number isn't just let's say 4.2 but a heck of a lot numbers which gets a 4.199999999999999. Thanks for referring me to those answers.
However, why does this only happen by 3, 6 and 7 and not with the other numbers? (Maybe at number higher than 10 it will happen to, didn't check that.)