Re: ~F parameter

Ken Dickey <[email protected]> Fri, 11 Jun 2004 13:09:41 -0700
Newsgroups gmane.lisp.scheme.srfi.srfi-48
Organization BitWize Consulting
Message-ID <[email protected]>
On Friday 11 June 2004 08:04 am, soo wrote:

> (format "~8,2F" 3.4567e11)
> ; => " 3.45e11"                    ----> Why not " 3.46e11"?

It is a bug.  That's why.

Good call,
-KenD