Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!swrinde!ucsd!ucbvax!agate!e260-1b!c60b-4ah From: c60b-4ah@e260-1b.berkeley.edu (Phantom) Newsgroups: comp.sys.mac.programmer Subject: Re: Why can't the Mac add? Message-ID: <1990Sep26.190351.18617@agate.berkeley.edu> Date: 26 Sep 90 19:03:51 GMT References: <45060@apple.Apple.COM> <20360@dime.cs.umass.edu> <45108@apple.Apple.COM> Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: University of California, Berkeley Lines: 7 (Disclaimer: The following is my own guess.) The programing style of Caculator DA is ragher modest where floating point is concerned. It does not display the result in the maximum possible precision after converting it to decimal notation; rather, it rounds the result off to certain decimal point and removes all tailing zeros.