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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34bf1360b45e5d38 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-25 13:04:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!newsfeed.cs.wisc.edu!newsfeed.mathworks.com!kibo.news.demon.net!demon!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Ingo Marks Newsgroups: comp.lang.ada Subject: Re: sqrt Date: Wed, 25 Sep 2002 22:04:17 +0200 Organization: T-Online Message-ID: References: <3D91AA72.3060807@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1032984190 01 1565 xt6ybdYS7ABxe 020925 20:03:10 X-Complaints-To: abuse@t-online.com X-Sender: 340020534592-0001@t-dialin.net User-Agent: KNode/0.6.1 Xref: archiver1.google.com comp.lang.ada:29334 Date: 2002-09-25T22:04:17+02:00 List-Id: Sami Evangelista wrote: > does a sqrt function exists in ada and if yes in which package? For example package Ada.Numerics.Aux; function Sqrt (X : Double) return Double; Regards, Ingo