[cmucl-ticket] #13: (format nil "~11, 3, 2, 0, '*, , 'EE" .9999) -> " 1.000E+00"

#13: (format nil "~11,3,2,0,'*,,'EE" .9999) -> " 1.000E+00" --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: Core | Version: 19d Keywords: | --------------------+------------------------------------------------------- I think the given format should produce 0.100E+1 instead, because the scale factor is 0. -- Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/13> cmucl <http://common-lisp.net/project/cmucl> cmucl

#13: (format nil "~11,3,2,0,'*,,'EE" .9999) -> " 1.000E+00" ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: somebody Type: defect | Status: closed Priority: minor | Milestone: Component: Core | Version: 19d Resolution: fixed | Keywords: ---------------------+------------------------------------------------------ Changes (by rtoy): * resolution: => fixed * status: new => closed Comment: Should be fixed for the 2008-03 snapshot. -- Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/13> cmucl <http://common-lisp.net/project/cmucl> cmucl
participants (1)
-
cmucl