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-Thread: 103376,8aef7b60aaedc7e6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.74.201 with SMTP id w9mr11086462pbv.0.1329177285201; Mon, 13 Feb 2012 15:54:45 -0800 (PST) MIME-Version: 1.0 Path: wr5ni21891pbc.0!nntp.google.com!news2.google.com!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!news.mixmin.net!newsfeed.straub-nv.de!reality.xs3.de!news.jacob-sparre.dk!munin.sparre-andersen.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: ANN: Interval arithmetic for Ada v1.10 Date: Mon, 13 Feb 2012 17:54:38 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <14rgs8a1yadls$.wp13ue9y7cax.dlg@40tude.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1329177283 17108 69.95.181.76 (13 Feb 2012 23:54:43 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Mon, 13 Feb 2012 23:54:43 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Date: 2012-02-13T17:54:38-06:00 List-Id: "Dmitry A. Kazakov" wrote in message news:14rgs8a1yadls$.wp13ue9y7cax.dlg@40tude.net... ... > Intervals are widely used in measurements, mathematical statistics and > fuzzy. Not to mention the definition of real number arithmetic in Ada. The "model interval" (G.2.1(4)) of a result specifies the range of values possible from a computation which still would be considered a correct Ada implementation (any value within that range is allowed). Randy.