Difference between revisions of "Talk:LONG MAX"
(Created page with 'you made some wrong computations: 2^32 - 1 = 4294967295 and 2^64 - 1 = 18446744073709551615 you computed 2^31 - 1 and 2^63 -1 instead.') |
m (moved Talk:MAX ULONG to Talk:LONG MAX: this is actually signed) |
(No difference)
|
Revision as of 13:46, 25 January 2011
you made some wrong computations:
2^32 - 1 = 4294967295
and
2^64 - 1 = 18446744073709551615
you computed 2^31 - 1 and 2^63 -1 instead.