I've done the following subtraction:
float result = 0.53f - 0.5293873f;
But the result of subtraction is wrong, I expect the result to be 0.0006127 but result is 6.1267614E-4
This question may be a duplicate, but I did not find the answer after very search.
I want to know what is the cause of this problem and what is the solution
Thanks.