0
2.8kviews
Show IEEE 754 Standards for Binary Floating Point Representation for 32 bit single format and 64 bit double format.
1 Answer
3
98views

1.Floating Point Representation:

This representation is shown in Figure 2.

enter image description here

S: This bit represents the sign of the number. 0 represents a positive number and 1 for negative number.

Exponent: 8 bit signed exponent in excess 127 representation.

Mantissa(M): 23 bit mantissa fraction.

Value represented = $(-1)^S × 1.M …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.