Why `0.4/2` Equals To `0.2` Meanwhile `0.6/3` Equals To `0.19999999999999998` In Python?
I know these are float point division. But why did these two formula behave differently? And I did …
Read more
Why `0.4/2` Equals To `0.2` Meanwhile `0.6/3` Equals To `0.19999999999999998` In Python?