[Bug 3976] floatingPointRound function can be simplified

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3976


davep@iit.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |decided




------- Comment #1 from davep@iit.edu  2006-12-01 19:25 -------
>From the ·floatingPointRound· algorithm (as corrected by 2989):

   3.   So select c that  (c-1)·2^e ? |nV| < c·2^e  and
        2^cWidth?1 < c ? 2cWidth .

'  and 2^cWidth?1 < c ? 2cWidth' is removed.

Received on Friday, 1 December 2006 19:25:35 UTC