how to convert base 2 floating point number to base 10? -


enter image description here

how can convert $(1.11)_2$ * 2 $(3.5)_10$?

1.11 in base 2 1+1/2+1/4=1.75, , 1.75*2=3.5.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -