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: 103376,75f197493b7ab882 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!20g2000yqt.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: Forcing exceptions on NANs with GNAT? Date: Fri, 21 Nov 2008 11:55:42 -0800 (PST) Organization: http://groups.google.com Message-ID: <9da09708-5545-4643-b694-0e1c01045fca@20g2000yqt.googlegroups.com> References: NNTP-Posting-Host: 62.49.19.209 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1227297342 8115 127.0.0.1 (21 Nov 2008 19:55:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 21 Nov 2008 19:55:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 20g2000yqt.googlegroups.com; posting-host=62.49.19.209; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:3712 Date: 2008-11-21T11:55:42-08:00 List-Id: On Nov 20, 1:46=A0pm, "Dmitry A. Kazakov" wrote: > =A0 =A0subtype Safe_Float is Float range Float'Range; Thanks for that, Dmitry; when I had to do the same thing at the office I said 'range Float'First .. First'Last'. Yours is clearly the Right Way to do this.