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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,29d2b02239b39cc1 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Pre-defined math functions? Date: 1999/12/03 Message-ID: <8291an$b81$1@hobbes2.crc.com>#1/1 X-Deja-AN: 556298591 References: <19991203022059.02037.00000346@ng-bg1.aol.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@crc.com X-Trace: hobbes2.crc.com 944244887 11521 198.175.145.56 (3 Dec 1999 18:14:47 GMT) Organization: CRC: A wholly owned subsidiary of Thermo Electron NNTP-Posting-Date: 3 Dec 1999 18:14:47 GMT Newsgroups: comp.lang.ada Date: 1999-12-03T18:14:47+00:00 List-Id: HDhil wrote in message news:19991203022059.02037.00000346@ng-bg1.aol.com... > Hi. I am learning Ada and was wondering how mathematical > functions are made available when righting math-intensive > code. I know of the Numerics Annex, but is there > a standard package or third-party for trigonometric and other > types of functions? > Yes, there is a standard package for trigonometric and other types of functions. It's called the Numerics Annex. See RM95 A.5.1