Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 423 Bytes

Floating-Point Playground

A more intuitive way to experiment with how floating-point numbers are represented.

Currently supports single-precision (32-bit) only.

Usage

You can directly type a decimal number into the textbox, the array of bits in the middle shows the underlying binary representation of the given floating-point number.

These bits can also be manipulated manually, just a click away!