Now, to represent negative exponent of “-1”, you just need to add “bias” of 127 to it (-1 + 127 = 126) and 126 is what needs to present in exponent field, in its
binary form. Similarly, to represent positive exponent of “+1”, you need to add bias of 127, which makes exponent as 128, and that’s what will go in the exponent field.
Now investigate the above numbers. Number 1 looks smaller than number 2, due to ‘1’ in MSB of exponent field
in number 2. That’s the story. Now try converting any decimal floating-point number to its binary form. Not only that you will learn conversion, but you will enjoy it because now you the inception of the standard
If you want to hear more about
the story of RISC-V architecture, its inception and its connection with above IEEE754 standards, you might want to enroll into below 2 courses on RISC-V:
RISC-V ISA Part 1a:
https://www.udemy.com/vsd-riscv-instruction-set-architecture-isa-part-1a/?couponCode=IEEE_FLOATING_POINT
RISC-V ISA Part 1b (pre-launch):
https://www.udemy.com/vsd-riscv-instruction-set-architecture-isa-part-1b/?couponCode=IEEE_FLOATING_POINT
All the best, enjoy the stories and happy learning….