Connecting Tech Pros Worldwide Forums | Help | Site Map

detirmining angle? cos()...

d.morel
Guest
 
Posts: n/a
#1: Jul 18 '05
Hello a bit trig challenged here... I know I can detirmine the cos() of a
given
angle using Math.cos().. but if I know the cosine value how do I detirmine
its associated angle...
thx in advance D.Morel



Ryan Stewart
Guest
 
Posts: n/a
#2: Jul 18 '05

re: detirmining angle? cos()...


"d.morel" <dmusicman666@sympatico.ca> wrote in message
news:6n7Md.2259$lw4.565192@news20.bellglobal.com.. .[color=blue]
> Hello a bit trig challenged here... I know I can detirmine the cos() of a
> given
> angle using Math.cos().. but if I know the cosine value how do I detirmine
> its associated angle...
> thx in advance D.Morel
>[/color]
Math.acos(). Result is in radians. Please use comp.lang.java.help in the future.
This group is deprecated.


Closed Thread