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.7 required=5.0 tests=BAYES_00,LOTS_OF_MONEY, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ba9a717d172afa4f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-08-31 21:20:55 PST Path: supernews.google.com!sn-xit-02!sn-east!supernews.com!newsfeed.direct.ca!look.ca!netnews.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: School Assignment--Can this be simplified? Date: Fri, 01 Sep 2000 04:14:03 GMT Organization: Deja.com - Before you buy. Message-ID: <8onadt$caf$1@nnrp1.deja.com> References: <4fDr5.155496$i5.2240834@news1.frmt1.sfba.home.com> NNTP-Posting-Host: 205.232.38.14 X-Article-Creation-Date: Fri Sep 01 04:14:03 2000 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) X-Http-Proxy: 1.0 x59.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:458 Date: 2000-09-01T04:14:03+00:00 List-Id: In article <4fDr5.155496$i5.2240834@news1.frmt1.sfba.home.com>, tmoran@bix.com wrote: > The ** operator, as I read the ARM, only takes integers as the > exponent. I am afraid this is not a very good effort at ARM reading! Certainly if you read the entry on the integer operations that's what you will find, but in A.5.1 my copy of the RM has: function "**" (Left, Right : Float_Type'Base) return Float_Type'Base; Those don't look like integers to me :-) Sent via Deja.com http://www.deja.com/ Before you buy.