Path: utzoo!attcan!uunet!husc6!rutgers!iuvax!pur-ee!a.cs.uiuc.edu!p.cs.uiuc.edu!johnson From: johnson@p.cs.uiuc.edu Newsgroups: comp.lang.smalltalk Subject: Re: Fixed Point (Decimal) Arithmetic Re Message-ID: <80500037@p.cs.uiuc.edu> Date: 18 Jul 88 15:57:00 GMT References: <442@laura.UUCP> Lines: 6 Nf-ID: #R:laura.UUCP:442:p.cs.uiuc.edu:80500037:000:309 Nf-From: p.cs.uiuc.edu!johnson Jul 18 10:57:00 1988 I would think that Rationals would be the best choice for business accounting. They have infinite precision. You would probably have to write some special methods for printing, but I can't see what else you would need. Arithmetic on Rationals is probably not very fast, but that is probably not important.