From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e99ea9c9d228f6b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-16 22:18:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc52.ops.asp.att.net.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: interest computing problem References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.4.127 X-Complaints-To: abuse@comcast.net X-Trace: rwcrnsc52.ops.asp.att.net 1063775908 12.234.4.127 (Wed, 17 Sep 2003 05:18:28 GMT) NNTP-Posting-Date: Wed, 17 Sep 2003 05:18:28 GMT Organization: Comcast Online Date: Wed, 17 Sep 2003 05:18:28 GMT Xref: archiver1.google.com comp.lang.ada:42603 Date: 2003-09-17T05:18:28+00:00 List-Id: >Your ending balance will be 1.00022E+03 If you use Long_Float instead of Float you will get 1.02014488268319E+03 Raising to the 365th, rather than 364th (7*52=364) power gives 1.02020078103290 which matches within rounding error what your banker friend says.