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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6a8952cbe009f3ed X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.176.196 with SMTP id bf4mr708632qab.4.1360226605492; Thu, 07 Feb 2013 00:43:25 -0800 (PST) X-Received: by 10.49.15.38 with SMTP id u6mr30183qec.8.1360226605432; Thu, 07 Feb 2013 00:43:25 -0800 (PST) Path: k2ni8440qap.0!nntp.google.com!p13no17324826qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 7 Feb 2013 00:43:25 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.153.68.213; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.153.68.213 References: <4905b963-0036-4129-8050-fb26ef0154d6@googlegroups.com> <32314026-23ae-45b8-a4c5-e589e7d79de2@googlegroups.com> <64e3c342-d042-40a2-8a16-b1f0cdff9f16@googlegroups.com> <91527f7c-0679-4c21-95c7-a07f3fff265d@googlegroups.com> <4b654b06-f2d2-4ced-8508-c10e5c84e29d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2414e19f-1d1c-4fb4-b727-76437ef099f7@googlegroups.com> Subject: Re: Numerical calculations: Why not use fixed point types for everything? From: Shark8 Injection-Date: Thu, 07 Feb 2013 08:43:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-07T00:43:25-08:00 List-Id: Nicely explained, Randy. The sum formula is either n*(n-1)/2 or n*(n+1)/2, I forget which.