[prev] 69 [next]

Exercise 13: Floating point ↔ Decimal

Convert the decimal numbers 1 to a floating point number in IEEE 754 single-precision format.

Convert the following floating point numbers to decimal.

Assume that they are in IEEE 754 single-precision format.

0 10000000 11000000000000000000000

1 01111110 10000000000000000000000

You can try out more examples with this Floating Point Calculator