Fix typo in floatToDigits
authorDaniel Fischer <daniel.is.fischer@web.de>
Sun, 24 Oct 2010 18:50:41 +0000 (18:50 +0000)
committerDaniel Fischer <daniel.is.fischer@web.de>
Sun, 24 Oct 2010 18:50:41 +0000 (18:50 +0000)
The mDn value for powers of 2 >= floatDigits x - 1 was typo'ed, leading to longer than necessary show results in a few cases (e.g. 2.0^852).
Corrected in accordance with Burger and Dybvig's paper.


No differences found