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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -