> Is there an inverse cosine function in lingo?
> I've looked and didn't find it.
>
> Anyone enough of a mathwiz to tell me how to calculate it if there's no such
> function available?
Danny Kodicek posted this to the dir-GameL list a while back...
> asin(x)=atan(x/sqrt(1-x*x))
> acos(x)=atan(sqrt(1-x*x)/x)
-Kurt
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]