An error in appendix A
JieX opened this issue · 1 comments
JieX commented
The last eg in section "16-Bit Floating-Point Number" of appendix A :
0 10100 1010101010 = 54.375
does it should be 53.3125 not 54.375 ?
danginsburg commented
Yes, good catch. 2^5 * ( 1 + 682/1024) = 53.3125. Thanks.