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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f70f32e42a822c2,start X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: How do you use a float as an exponent in Ada? Date: 1999/08/31 Message-ID: #1/1 X-Deja-AN: 519377958 References: X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 936120879 206.170.2.137 (Tue, 31 Aug 1999 10:34:39 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 31 Aug 1999 10:34:39 PDT Newsgroups: comp.lang.ada Date: 1999-08-31T00:00:00+00:00 List-Id: >but Ada only allows integer exponents. Does anyone have a suggestion >for me? Look at the numerics library (Ada.Numerics) elementary functions "**".