Content deleted Content added
Joeleoj123 (talk | contribs) |
→Origin: Maximum representable numbers for 32- and 64-bit were incorrectly halved, which would only be true if we were assuming signed values (which that paragraph is not). |
||
Line 9:
: 8 bits: maximum representable value 2<sup>8</sup> − 1 = 255
: 16 bits: maximum representable value 2<sup>16</sup> − 1 = 65,535
: 32 bits: maximum representable value 2<sup>
: 64 bits: maximum representable value 2<sup>
: 128 bits: maximum representable value 2<sup>128</sup> − 1 = 340,282,366,920,938,463,463,374,607,431,768,211,455
|