Another Float problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Another Float problem

Nicolas Cellier-3

(10 raisedTo: 16) asFloat asTrueFraction is correct
(10 raisedTo: 16) asFloat asInteger answers incorrectly 999999999999999

See http://bugs.impara.de/view.php?id=3504 with test and patch.