Half-precision floating-point format
ID: half-precision-floating-point-format
Half-precision floating-point format by
Ciro Santilli 37 Updated 2025-06-17 +Created 1970-01-01
Half-precision floating-point format, often referred to as "half" or "binary16," is a computer number format that occupies 16 bits (2 bytes) in memory and is typically used for representing floating-point numbers with lower precision and range than single-precision (float) or double-precision (double) formats.
New to topics? Read the docs here!