On 3/31/13 1:14 PM, Carlos Ungil wrote:
Hello,
comparing output from different implementations I've found the following (minor) bug:
(format t "~,2f" 0.999)
1.0 ;; should be 1.00
I think there is a problem here as well:
(format t "~5f" 0.00000001)
.0000 ;; should print " 0.0"
[…]
Recorded as ticket [314][]. Thanks for the bug report.
[314]: http://trac.common-lisp.net/armedbear/ticket/314