On Tue, Apr 22, 2014 at 2:36 PM, Dominique Devienne <[email protected]>wrote:
> Said Google tells me 2^128 - 1 = 3.4028237e+38 > > and that sqrt(2^128 - 1) = 1.8446744e+19 > > You've confused a 128-bit with a 64-bit integer in your 4 billion > approximation, no? > Yes. For a moment there, I was taking 2^64 was 4 billion. It's 2^32 that is 4 billion. 2^64 is larger. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

