Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Talk:LONG MAX

139 bytes added, 22:17, 22 June 2010
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.'
you made some wrong computations:

2^32 - 1 = 4294967295

and

2^64 - 1 = 18446744073709551615

you computed 2^31 - 1 and 2^63 -1 instead.
Anonymous user