Re: round bug
Per Bothner <[email protected]> Wed, 12 May 2004 06:30:20 -0700
| Newsgroups | gmane.lisp.scheme.srfi.srfi-48 |
|---|---|
| Message-ID | <[email protected]> |
soo wrote: > Still, FORMAT shows abnormal behaviors: You haven't told us which of these you consider wrong. Note that "round to even" is considered correct rounding, to avoid bias in rounding. So 1.5 and 2.5 rounds to 2 while 3.5 and 4.5 round to 4. -- --Per Bothner [email protected] http://per.bothner.com/