Does the sign affect the precision and accuracy of floating point numbers?
In floating-point arithmetic, if two numbers have the same binary representation, then the result of any operation performed on these numbers should be the same, and equality comparisons using ==
should work as expected.
Wrong answer for division of floating point values in c++?
when i divide a float value=99999999 by a float value=1,
it gives result as 1e+08
but the right answer is 99999999