How do I round this binary number to the nearest even
问题 I have this binary representation of 0.1 : 0.00011001100110011001100110011001100110011001100110011001100110 I need to round it to the nearest even to be able to store it in the double precision floating point. I can't seem to understand how to do that. Most tutorials talk about guard, round and sticky bits - where are they in this representation? Also I've found the following explanation: Let’s see what 0.1 looks like in double-precision. First, let’s write it in binary, truncated to 57