2 Jan 2006 00:26
[ clisp-Bugs-1389060 ] 1d23 output bug
SourceForge.net <noreply <at> sourceforge.net>
2006-01-01 23:26:42 GMT
2006-01-01 23:26:42 GMT
Bugs item #1389060, was opened at 2005-12-23 13:17 Message generated for change (Comment added) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1389060&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: lisp error >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Sam Steingold (sds) Assigned to: Sam Steingold (sds) >Summary: 1d23 output bug Initial Comment: (multiple-value-list (integer-decode-float 1d23)) ==> (5960464477539062 24 1) should be: ==> (5960464477539063 24 1) (prin1-to-string 1d23) ==> "9.999999999999999E22" should be: ==> "1.0E23" ----------------------------------------------------------------------(Continue reading)
RSS Feed