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=2.1 required=5.0 tests=BAYES_05,INVALID_MSGID, PDS_TONAME_EQ_TOLOCAL_SHORT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f70f32e42a822c2 X-Google-Attributes: gid103376,public From: Joel Seidman Subject: Re: How do you use a float as an exponent in Ada? Date: 1999/09/01 Message-ID: <37CD7BDD.6661B88D@trw.com>#1/1 X-Deja-AN: 519877439 Content-Transfer-Encoding: 7bit References: <23Wy3.601$LL2.5038@c01read02-admin.service.talkway.com> To: swetmore X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: TRW, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-09-01T00:00:00+00:00 List-Id: swetmore wrote: > > Unfortunately, I do not have access to that library. But, I did find a > log function, so I can manipulate the equation mathematically and get > it in a form that I can deal with. > > Thanks for your help, > > swetmore Sounds like you may be using Ada 83. If you post what compilation system you are using, someone may be able to provide more help. Your compiler documentation may also provide information on math functions.