E-Ink News Daily

Back to list

Posits: tapered precision real numbers (2018)

Posits are a novel real number representation format introduced as an alternative to IEEE floating-point, offering variable-length exponent and fraction parts for improved precision and dynamic range. They enable applications to use fewer bits (e.g., 32-bit posits vs. 64-bit floats) while maintaining performance, benefiting memory-intensive computations. The design includes a unique 'regime' component to dynamically allocate bits.

Background

IEEE 754 floating-point numbers are the standard for representing real numbers in computers, using fixed bit allocations for sign, exponent, and significand. Posits, introduced by John Gustafson, aim to improve efficiency by dynamically distributing bits.

Source
Lobsters
Published
May 1, 2026 at 01:47 AM
Score
7.0 / 10