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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6e70c13232dc4a26,start X-Google-Attributes: gid103376,public From: gs01brf@panther.Gsu.EDU (Brian R Franklin) Subject: logarithms on ada Date: 1997/03/02 Message-ID: <5fcqrs$ius@panther.Gsu.EDU>#1/1 X-Deja-AN: 223012303 Organization: Georgia State University Newsgroups: comp.lang.ada Date: 1997-03-02T00:00:00+00:00 List-Id: I can't find this in my ADA manual. How can I do a logarithm in ADA? The compiler doesn't seem to understand x := log(y); The compiler complains that log is undefined. It appears in my main program so I don't think I have to instantiate it. Is there a mathematics package I need to declare using "with"?