detirmining angle? cos()...

From: d.morel (dmusicman666_at_sympatico.ca)
Date: 02/02/05


Date: Wed, 2 Feb 2005 11:57:22 -0500

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



Relevant Pages

  • Re: Order of Operations problem in Excel
    ... the Excel function is COS not cosine. ... Number is the angle in radians for which you want the cosine. ...
    (microsoft.public.excel)
  • Re: detirmining angle? cos()...
    ... I know I can detirmine the cos() of a ... > angle using Math.cos.. ... but if I know the cosine value how do I detirmine ... Result is in radians. ...
    (comp.lang.java)
  • Re: how to get the angle from the cosine, etc.
    ... >that you already have the sine and cosine of the angle. ... What we are forced to do is to _define_ the inverse cosine as a new ... If you also know the sine, then you have a unique solution within ...
    (sci.math)
  • Re: Would someone be so kind as to help me with a math equation?
    ... > was the half angle formula which does not give me any negatives. ... the opposite direction,trying to find cos from sin or vice versa ...
    (sci.math)
  • Re: double pointers
    ... double sincostan(double angle, double *pcosine, double *ptangent) ... double cosine = cos; ... double tangent = tan; ... return sine; ...
    (comp.programming)