• marcos@lemmy.world
    link
    fedilink
    arrow-up
    8
    arrow-down
    14
    ·
    10 个月前

    It’s not “mimicking” a fraction. It is a fraction.

    It’s also the most compact fraction representation around.

    • aaaaaaaaargh@feddit.org
      link
      fedilink
      arrow-up
      3
      ·
      10 个月前

      Agreed, but in terms of efficiency wouldn’t it make more sense to put the sign bit right before the mantissa in order to keep the memory layout more consistent with powers of two?

      • anton@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        13
        ·
        10 个月前

        Having the sign bit in front, makes them compare like sign-bit-integers and if they are compared/sorted like 2s-complement integers, the negatives are reversed but still come after the positives.