I've a float number which is logically divisible by another float number; but Python gives me false statement for that!?
I tried other cases where I divided float numbers by other float numbers, and I noticed that works only when the tenths decimal for denominators are 0 or 5!?...so is there a way to fix this issue and get a True statement?
56.00 % 11.20 == 0
Result:
false