Processing math: 100%

Exact Multiplications and Divisions

Posted by Beetle B. on Wed 20 March 2019

When you multiply a floating point number by a power of β, the result is exact provided there is no over or underflow.

Another example, if you have two floating point numbers x,y such that the leading kx digits of the significand of x are nonzero, and likewise for y, and kx+ky<p, then the product of the two numbers will fit in the p characters of M. Again, there is an assumption of no over or under flow. Note that I made no requirement on the exponents being the same.