Steven E. Harris  wrote:
<quote>

Another one I can't figure out:

Value     Exponent E     Significand M (in hex)
=====   =========   ======================
100.1     2                    03 02

I expect that this should have the digits 01, 00, and 10, yielding:

  2 * 01 + 1 = 3   = 0x03
  2 * 00 + 1 = 1   = 0x01
  2 * 10     = 20  = 0x14
</quote>

More about this: 
http://en.wikipedia.org/wiki/IEEE_floating_point


Footnotes: 
¹ http://www.sqlite.org/src4/doc/trunk/www/key_encoding.wiki 


Cordiali saluti/Vriendelijke groeten/Kind regards,
Klaas V
http://innocentisart.net
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to