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,5f5a48f21d7f7525 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Inferring array index type from array object Date: Tue, 29 Jun 2010 20:16:43 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <6b20ed09-efc1-4df7-90f9-5e141482e8d0@d37g2000yqm.googlegroups.com> <1305oqccr1h2t$.x33x4oxwd84d$.dlg@40tude.net> <88ec2vF3uqU1@mid.individual.net> <88f9osFmcmU1@mid.individual.net> <88sld2F9m8U1@mid.individual.net> Injection-Date: Tue, 29 Jun 2010 20:16:43 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="3467"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19YhRQJe57i8zJxZSJCbu4jiGiNJTUtbu8=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:Z7hHkS6rNgHbLr0CoMOvEg9Usgk= Xref: g2news2.google.com comp.lang.ada:12966 Date: 2010-06-29T20:16:43+00:00 List-Id: Jeffrey R. Carter expounded in news:i0djsr$632$1@tornado.tornevall.net: > On 06/29/2010 12:31 PM, Warren wrote: >> >> 2) Also, math libraries usually include atan2(y,x), >> since the error can be large with certain ranges >> of x in the tan(x) form: > > Ada.Numerics.Generic_Elementary_Functions defines > > function Arctan (Y : Float_Type'Base; > X : Float_Type'Base := 1.0) > return > Float_Type'Base; > function Arctan (Y : Float_Type'Base; > X : Float_Type'Base := 1.0; > Cycle : Float_Type'Base) return > Float_Type'Base; Ok my bad, like the LOG10(), it is covered. But I see no inverse of a complex number yet. ;-) Warren