Integer overflow: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 119.154.27.64 to version by 75.87.255.128. False positive? Report it. Thanks, ClueBot NG. (1107583) (Bot)
Origin: Added notice that 64 bit personal computers are the most common
Line 10:
: 16 bits: maximum representable value 2<sup>16</sup> − 1 = 65,535
: 32 bits: maximum representable value 2<sup>32</sup> − 1 = 4,294,967,295 (the most common width for personal computers {{As of|2005|lc=on}}),
: 64 bits: maximum representable value 2<sup>64</sup> − 1 = 18,446,744,073,709,551,615 (the most common width for personal computers, but not necessarily their [[Operating system|operating systems]], {{As of|2012|lc=on}}),
: 128 bits: maximum representable value 2<sup>128</sup> − 1 = 340,282,366,920,938,463,463,374,607,431,768,211,455