M
M
Max Sh2015-12-06 18:23:04
Mathematics
Max Sh, 2015-12-06 18:23:04

How is the order represented in the normalized representation of a floating-point number in computer memory?

I googled, read Wikipedia, I can’t understand something, please explain and give an example.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2015-12-06
@Masaks

Take, for example, the number 25.5 Convert it to binary form ,
we get 11001.1 Now
we normalize the number , we get 1.10011x2 Move the first unit, it always is in the normalized number, 52 discharge) = = 10011000000000000000000000 We write it all together, we get 010000000011100110000000000000000000000000000000000000000000 or in HEX-representation 0x4039800000000000 PS. It was a mistake, corrected.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question