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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -