最近舍入Roundings to nearest even

Roundings to nearest even舍入规则

对于1.RR..RDD..D 浮点数(R表示有效位,或保留位,而D表示舍去位)

  1. 如果DD..D < 10..0,则向下舍入 即全部舍去

  2. 如果DD..D > 10..0,则向上舍入 即进一位后全部舍去

  3. 如果DD..D = 10..0,则向最近偶数舍入:

    • a. 如果RR..R = XX..0 (X表示任意值,0或1),则向下舍入。
      ​//如果最末位有效位=0,向下舍入
    • b. 如果RR..R = XX..1,则向上舍入。
      //如果最末位有效位=1,向上舍入
Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 2015-2024 buynonsense
  • Visitors: | Views:

请我喝杯咖啡吧~

支付宝
微信