[armedbear-ticket] [armedbear] #314: CL:FORMAT problems with ~F
    armedbear 
    armedbear-devel at common-lisp.net
       
    Wed Apr  3 08:18:48 UTC 2013
    
    
  
#314: CL:FORMAT problems with ~F
------------------------------+---------------------------------------------
 Reporter:  mevenson          |       Owner:  ehuelsmann
     Type:  defect            |      Status:  new       
 Priority:  minor             |   Milestone:  1.2.0     
Component:  interpreter       |     Version:  1.2.0-dev 
 Keywords:  ansi-conformance  |  
------------------------------+---------------------------------------------
 [http://article.gmane.org/gmane.lisp.armedbear.devel/2838 Carlos Ungil
 reports]
 {{{
 > (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"
 }}}
-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/314>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
    
    
More information about the armedbear-ticket
mailing list