提问人:rajit_alkmaar 提问时间:10/23/2022 更新时间:10/23/2022 访问量:18
以 b 系统为基础表示的总数,尾数以 n 位数字表示
Total numbers represented in a basis of b system, with n digits for the mantissa
问:
我试图证明在基 b 的系统中,尾数的 n 位数字和指数 e 的 e ( m <= e <= M) 总共有:1 + 2(b-1)(M-m+1)b^{n-1}。在计算它时,我得出:
总共有 (M-m+1) 个不同的指数,每个指数的 b^n 不同的尾数,乘以 2 表示负数和正数以及相加 0,我得到:1 + 2(M-m+1)b^n。我在这里想错了什么?谢谢 =)
答: 暂无答案
上一个:浮子型没用?
评论
1 + ...