<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 27, 2011, at 1:03 AM, Joe Armstrong wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Optima; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; ">But what is 0x400928F5C0000000? it is NOT the 64 bit representation<br>with the low order<br>32 bits zeroed - it is the 62 bit representation with the low order 28<br>bits zeroed.<br><br>Why 28 bits? - 32 bits might be understandable but not 28.<br></span></span></blockquote></div><br><div>I bet the low 29 bits are zeroed. That is the difference between the 52 bit double significand and the 23 bit float significand.</div><div><br></div><div>This is what you get if 3.145 is first converted to a float and then to a double.</div><div><br></div><div>/jakob</div><div><br></div></body></html>