Floating-Point Value Explorer This interface allows detailed exploration of floating-point values in various formats: half-precision (fp16), bfloat16, single-precision float (fp32), and double-precision float (fp64). --- Modes Select floating-point mode using buttons: Half precision (fp16) Bfloat16 Float (fp32) Double (fp64) --- Input & Bit Pattern Enter a floating-point number into the Value field. The corresponding Bit Pattern for the chosen format is displayed visually. --- Value Breakdown Sections Values Display Shows detailed numerical information split into two columns. Position Slider Visual slider showing the position of the value within the range of the floating-point format's significand and exponent. Labels indicate extremes and key numeric markers. Includes visual notches marking exponent and mantissa boundaries. --- Detailed Evaluations Base-2 Evaluation Expression format: \[ (-1)^{\text{sign}} \times 10{2}^{(\text{exponent} - \text{bias})} \times (\text{implicitbit}.\text{mantissa})2 \] Base-10 Evaluation Similar expression showing decomposition but suitable for base-10 understanding. Exact Base-10 Value Provides the precise decimal representation of the floating-point number. --- Delta Values Delta to Next/Previous Representable Value:** The smallest change to reach adjacent floating-point numbers. Separated into: Delta to Next Representable Value Delta to Previous Representable Value --- Footer Copyright © 2025 Author: Bartosz Ciechanowski --- This tool offers a comprehensive visual and numeric breakdown of floating-point numbers, showing both bit-level details and precise numeric evaluations, useful for understanding floating-point representations and their exact values in computing.