* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project
Download Floating Point Numbers
Survey
Document related concepts
Transcript
IEEE 754 Single Precision Floating Point Format Representation: S(1 bit) E (8bits) M(23 bits) â¢S is one bit representing the sign of the number â¢E is an 8 bit biased integer representing the exponent The true value represented is: (-1)S. Mantissa (M) x 2 ________ ⢠S = sign bit ⢠e = E â bias â¢Bias=127 Exponent (E) ----