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,ccefd08f526d462d,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news.mixmin.net!aioe.org!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Generic_Roots Date: Wed, 11 Aug 2010 10:44:32 -0400 Organization: The Wasteland Message-ID: NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: g2news1.google.com comp.lang.ada:13123 Date: 2010-08-11T10:44:32-04:00 List-Id: Inspired by and as suggested by a correspondent, I've updated my experimental implementations of these two generic procedures: AI95-0346: Ada.Numerics.Generic_Real_Arrays.Generic_Roots AI95-0346: Ada.Numerics.Generic_Complex_Arrays.Generic_Roots The implementation is unchanged, but I've fixed a few style warnings and obviated the need to update the run-time library. I've tested it with GNAT 4.3.4 (Mac OS X 10.5) and GNAT 4.4 (Ubuntu 10.04). I'd welcome any reports of anomalies or regressions. -- John B. Matthews trashgod at gmail dot com