/FloatingPointPlayground

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

Primary LanguageC#GNU General Public License v3.0GPL-3.0

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!