Re: Is this a bug in format?
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Alex" == Alex McGuire <[email protected]> writes: Alex> In CMUCL 19c , the expression (format nil "~,2f" 0.0001) returns "0.000". Alex> SBCL returns "0.00" as I'd expect. This was fixed in May or so. Please try a snapshot if you can. Ray