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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f8351dd592017faf,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!t69g2000cwt.googlegroups.com!not-for-mail From: "saag" Newsgroups: comp.lang.ada Subject: Ada 95 ARCTAN function Date: 1 Mar 2007 10:58:25 -0800 Organization: http://groups.google.com Message-ID: <1172775505.390886.213420@t69g2000cwt.googlegroups.com> NNTP-Posting-Host: 20.137.18.51 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1172775512 4138 127.0.0.1 (1 Mar 2007 18:58:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Mar 2007 18:58:32 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: t69g2000cwt.googlegroups.com; posting-host=20.137.18.51; posting-account=lrWEew0AAAD1yJtLLICo7KqhZn8jKtdS Xref: g2news2.google.com comp.lang.ada:9625 Date: 2007-03-01T10:58:25-08:00 List-Id: Does the ARCTAN(y,x) function in the ADA.NUMERICS package provide the same results an atan2 function call in c? I'm trying to find out if Ada supplies an atan2 function (that gives an appropriate answer based on the quadrant the original point lies in) thanks