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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdd718faa7c79f29 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-29 11:37:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-pas-nf2!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: Overlapping ranges Date: Sun, 29 Jun 2003 11:40:36 -0700 Organization: AdaWorks Software Engineering Message-ID: <3EFF32A4.6418F51B@adaworks.com> References: <3EFE3491.F968568D@adaworks.com> <9SvLa.57431$JA5.1017892@news.xtra.co.nz> Reply-To: richard@adaworks.com NNTP-Posting-Host: 3f.bb.80.d5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 29 Jun 2003 18:37:33 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:39897 Date: 2003-06-29T18:37:33+00:00 List-Id: AG wrote: > > "Richard Riehle" wrote in message > > news:3EFE3491.F968568D@adaworks.com... > > On second thoughts and having re-read that: > > > > function Fudge (A : X1; B : X2) return Number'Base is > > > begin > > > if A in X1 then > -- Can this test fail here at all ? You're right. However, we might do other kinds of tests to ensure the correctness of the algorithm. Richard Riehle