Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!haven!adm!news From: Alan_T._Cote.OSBU_South@xerox.com Newsgroups: comp.lang.pascal Subject: Re: Trigonometric function Message-ID: <24915@adm.BRL.MIL> Date: 1 Nov 90 20:33:46 GMT Sender: news@adm.BRL.MIL Lines: 11 "John R. Evans" writes: >I would like to use the "arccos" function---but it is >not standard pascal. > >Is there a simple way to do this using standard pascal >functions such as arctan,sin, or cos? Yes. Use the identity, arccos(x) = arctan( ( 1 - ( x * x ) ) / x )