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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3bd77c432d79dfbc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j33g2000cwa.googlegroups.com!not-for-mail From: "haley" Newsgroups: comp.lang.ada Subject: Re: When floating point result intervals span the boundary - what value is selected? Date: 2 Mar 2006 18:55:45 -0800 Organization: http://groups.google.com Message-ID: <1141354545.693942.137440@j33g2000cwa.googlegroups.com> References: NNTP-Posting-Host: 60.48.144.138 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1141354550 11449 127.0.0.1 (3 Mar 2006 02:55:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 3 Mar 2006 02:55:50 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 PDISA1 Complaints-To: groups-abuse@google.com Injection-Info: j33g2000cwa.googlegroups.com; posting-host=60.48.144.138; posting-account=Qukn7w0AAACDoAwGFUoKDwJVI4ji2nnn Xref: g2news1.google.com comp.lang.ada:3248 Date: 2006-03-02T18:55:45-08:00 List-Id: S'Safe_First Yields the lower bound of the safe range (see 3.5.7) of the type T. If the Numerics Annex is not supported, the value of this attribute is implementation defined; see G.2.2 for the definition that applies to implementations supporting the Numerics Annex. The value of this attribute is of the type universal_real. quoted from http://www.grammatech.com/rm95html-1.0/rm9x-G-02-02.html