Page 1 of 1

What is the resolution to cover a range of numbers xmax-xmin with ‘b’ number of bits?

Posted: Thu Jul 14, 2022 9:44 am
by answerhappygod
a) (xmax+xmin)/(2b-1)
b) (xmax+xmin)/(2b+1)
c) (xmax-xmin)/(2b-1)
d) (xmax-xmin)/(2b+1)