|
|
|
|
|
by shmolyneaux
3076 days ago
|
|
The floating point error problem has not been solved. This patent describes a floating-point representation that includes fields for storing error information. The standard IEEE floating-point representation has three fields: a sign field, an exponent field, and a mantissa (or significand). This patent proposes reducing the size of other fields and adding additional fields to store error information. The error information would be updated by hardware during regular operations. The patent proposed adding a configurable amount of precision to the numbers. If an operation exceeds this limit, an insufficient significant bits signal "sNaN(isb)" would be raised. Not only does this method not reduce floating point error, it reduces the precision that you have for any given number of bits. Unfortunately I can't find any of the figures referenced in the patent to help me understand the novelty of this patent. |
|