The following content is not necessary to satisfy the needs of curious students.
IEEE 754 is currently supported by the C standard, and many hardware are supported. It can be said that currently floating point processing is basically the world of IEEE 754.
Http://zh.wikipedia.org/wiki/IEEE_754 Chinese Material
1.4 IEEE floating point calculation standard-Department of mathematics, East China Normal University, this is relatively simple, http://www.pediy.com/kssd/pediy06/pediy6610.htm there are a few more specific examples, I did not carefully verify
Http://lele.unc#edu/tompkinsj/133/numbers/reals.htmin English, there are also specific examples and applets
The following applet can help you understand the representation of IEEE 754.
Http://www.rsu.edu/faculty/pmacpherson/programs/iee754.html this describes the 32-bit implementation process, more suitable for everyone
Http://www.serc.iisc.ernet.in /~ Amohanty/se288/ieee754.html
Http://babbage.cs.qc.cuny.edu/IEEE-754/
After learning C, you can do the following questions:
Http://acm.hdu.edu.cn/showproblem.php? PID = 1, 1289
Floating Point Number Standard IEEE 754