The following bit pattern represents a floating point number is JEEE 754 single precision format
1 10000011 10100000000000000000000
The value of the number in decimal form is _____________.
-10
-13
-26
None of these
can't we take it as a implicit normalised mantissa i.e; (-1)^s(1.M)*2^(E-127) ?