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 09:19:31 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!hermes.visi.com!uunet!ash.uu.net!world!news From: Robert A Duff Subject: Re: sqrt Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Wed, 25 Sep 2002 16:18:37 GMT References: <3D91AA72.3060807@wanadoo.fr> NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:29332 Date: 2002-09-25T16:18:37+00:00 List-Id: "David C. Hoos" writes: > > hello all > > > > does a sqrt function exists in ada and if yes in which package? > You can read about it in section A.5.1 of the Ada Reference > Manual (titled "Elementary Functions"). > > You really should learn to search the obvious sources of > information before asking questions in a news group. True, but in fairness to the OP, the RM can be pretty inaccessible to beginners. However, for predefined library stuff like Sqrt, the RM is a pretty good reference. And Sqrt is in the index (there are actually *two* Sqrt functions ;-) ). - Bob