2

How can I calculate the angle in degrees when Math.Sin is known? Asine will work? and multiply it by 180 and divide by pi?

pimvdb
  • 151,816
  • 78
  • 307
  • 352
redfrogsbinary
  • 619
  • 5
  • 13
  • 26

2 Answers2

2

Yes, but remember that 135 degrees has the same value for Sin(ang) as 45 degrees does. So your answer is not unique.

Anders Forsgren
  • 10,827
  • 4
  • 40
  • 77
1

That is correct.

For more information, read this : http://www.teacherschoice.com.au/maths_library/angles/angles.htm

Kurru
  • 14,180
  • 18
  • 64
  • 84