Thread: arcsin
View Single Post
  #2  
Old 08-07-2004, 06:59 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Would,
NPC Code:
tan = sin(30)/cos(30); // tan(a) = sin(a)/cos(a)
val = arctan(tan / (abs(1 - tan * tan))^.5);


work?
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote