home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!howland.reston.ans.net!sol.ctr.columbia.edu!!cs.ucdavis.edu!shaw
- From: shaw@toadflax.UCDavis.EDU (Rob Shaw)
- Subject: Rounding Rules
- Sender: nobody@ctr.columbia.edu
- Organization: UC Davis, EECS Division of Computer Science
- Date: Sun, 20 Dec 1992 00:30:18 GMT
- Message-ID: <1992Dec20.003018.14325@sol.ctr.columbia.edu>
- Reply-To: shaw@toadflax.UCDavis.EDU (Rob Shaw)
- X-Posted-From: toadflax.cs.ucdavis.edu
- NNTP-Posting-Host: sol.ctr.columbia.edu
- Lines: 16
-
-
- What is the rationale behind the following rounding rule?
-
- when dealing with 5's followed by all zero's, check the
- next digit to the left. If it's even, round down; odd,
- round up.
-
- For example both 1.13500 and 1.14500 are 1.14 to 3 places.
- What is the advantage of having the interval closed at both
- ends around even digits, and open at both ends around odds?
-
- Why the asymmetry?
-
- Thanx.
-
- Rob
-