I am trying to convert 30.125 into 10 bit floating number. 1 sign bit, 5 exponent bit with bias of 15 and 4 Mantisa bit. I came up with the below solution in IEEE-754 format which is correct.
S E Mantissa 0 10011 1110 Then part of the question asks what decimal value is represented by the above floating number and the correct answer was 30. can How did they get 30?