What number in binary can only be represented as an approximation?

前端 未结 10 781
礼貌的吻别
礼貌的吻别 2021-01-16 12:10

In decimal (base 10), 1/3 can only be approximated to 0.33333 repeating.

What number is the equivalent in binary that can only be represented as an app

10条回答
  •  深忆病人
    2021-01-16 12:14

    The same set of numbers that can't be exactly represented by base 10 can't exactly be represented by base 2. There shouldn't be a difference there.

提交回复
热议问题