I got it to work with Python 2.6.2.<br><br><div style="margin-left: 40px;">>>> import struct<br>>>> struct.unpack('d', struct.pack('Q', 1))[0]<br>4.9406564584124654e-324<br></div><br>Python 3.1 will print 5e-324, which is fair enough.<br>
<br>Cheers,<br>Xavier<br>