Floating-point: “The leading 1 is 'implicit' in the significand.” — …huh?

后端 未结 3 1108
忘掉有多难
忘掉有多难 2020-12-25 14:29

I\'m learning about the representation of floating-point IEEE 754 numbers, and my textbook says:

To pack even more bits into the significand, IEEE 754

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-25 14:42

    It may also be helpful to note that we are dealing in binary representations of a number. The reason that the first digit of a normalized binary number (that is, no leading zeroes) has to be 1 is that 1 is the only non-zero value available to us in this representation. So, the same would not be true for, say, base-three representations.

提交回复
热议问题