- #1
agent1594
- 4
- 0
In some lecture hand-outs I found the following,
In IEEE 754, we just put the binaries of negative fractions in the mantissa without converting to 2C, aren't we?
If then, what is the above standard of FP representation?
Thanks.
- Mantissa is stored in 2’s compliment
- Exponent is in excess notation
8 bit exponent field
Pure range is 0 – 255
Subtract 127 to get correct value
Range -127 to +128
In IEEE 754, we just put the binaries of negative fractions in the mantissa without converting to 2C, aren't we?
If then, what is the above standard of FP representation?
Thanks.