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,d0715d5e4ba7908b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: brian.b.mcguinness@lmco.com Newsgroups: comp.lang.ada Subject: Re: Fixed point attributes Date: 17 Mar 2005 05:31:06 -0800 Organization: http://groups.google.com Message-ID: <1111066266.099494.162830@f14g2000cwb.googlegroups.com> References: <1110998197.165590.63800@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 192.35.35.35 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1111066270 7981 127.0.0.1 (17 Mar 2005 13:31:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 17 Mar 2005 13:31:10 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=192.35.35.35; posting-account=R0BKUQwAAAAEH1zhMKQoEzkWfZJu3USj Xref: g2news1.google.com comp.lang.ada:9542 Date: 2005-03-17T05:31:06-08:00 List-Id: I see your point, but according to http://www.grammatech.com/rm95html-1.0/rm9x-03-05-10.html, --- The following attributes are defined for every fixed point subtype S: ... S'Round S'Round denotes a function with the following specification: (13) function S'Round(X : universal_real) return S'Base (14) The function returns the value obtained by rounding X (away from 0, if X is midway between two values of the type of S). --- So I was thinking that if they could define Round they could define the other two as well. --- Brian