I am trying to float operations but i am living this problem.
float a = -3.000002;
float b = -2.999998;
a + b = -6
b - a = 3.33786e-06 giving this value against 0,000004
I am trying to float operations but i am living this problem.
float a = -3.000002;
float b = -2.999998;
a + b = -6
b - a = 3.33786e-06 giving this value against 0,000004