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,263be80a3187b906,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: ich_bin_elvis@hotmail.com Newsgroups: comp.lang.ada Subject: Differances in Ada and C++ on Sin and Cos Date: 13 Apr 2005 04:50:07 -0700 Organization: http://groups.google.com Message-ID: <1113393007.545506.191160@l41g2000cwc.googlegroups.com> NNTP-Posting-Host: 158.36.33.108 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1113393012 30612 127.0.0.1 (13 Apr 2005 11:50:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 Apr 2005 11:50:12 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=158.36.33.108; posting-account=0aqxew0AAACkVywG-5LBKAoZkI4b4H_t Xref: g2news1.google.com comp.lang.ada:10413 Date: 2005-04-13T04:50:07-07:00 List-Id: Hi, Does ada and C++ treat Cos and Sin functions different? I know arctan and atan behaves different. But it seams like there is an different behavior on the same program code written in ada and C++ on cos and sin also. is there other functions that behaves deifferent that I should be aware of? Regards Ronny