I am trying to measure how accurate it is when converting fixed points to binary representation. At first I tried using this 0.9375. And I got the binary file 0.1111. second i tried to use this 0.9377 and i also got the 0.1111 binary
There is nothing else between them.
Also how can I solve this problem? Is there any other way? Do the conversion?
For your understanding, I let me know another example, For example, if I want to convert 3.575 to binary, then 3.575 - 11.1001. but if I go back to decimal again, then 3.5625. This is so different from the original value.
source
share