Beyond Floating Point: Next-Generation Computer Arithmetic
http://web.stanford.edu/class/ee380/Abstracts/170201.html [web.stanford.edu]
2017-02-13 14:52
A new data type called a “posit” is designed for direct drop-in replacement for IEEE Standard 754 floats. Unlike unum arithmetic, posits do not require interval-type mathematics or variable size operands, and they round if an answer is inexact, much the way floats do. However, they provide compelling advantages over floats, including simpler hardware implementation that scales from as few as two-bit operands to thousands of bits.
source: solar