saving . . . saved Conversion of radians to degrees has been deleted. Conversion of radians to degrees has been hidden .
Conversion of radians to degrees
Title
Question
I have a problem where sin(45), when i type the same in R, it was generating the value as 0.8509035 which is in radians. 

I need to get this value in Degrees which is 0.7071068

Further i need inverse value also atan(sin(45)) as 0.7050184, but in degrees the value is 35.264390.

Can anyone help me to get the value when i run a program in R studio




R General None min None sec 16-07-20, 1:47 p.m. trulyajays

Answers:

You should use the conversion formula for radian to degree. For more details, you might want to visit https://stackoverflow.com/questions/21402259/radian-measure-in-sin-in-r
17-07-20, 1:46 a.m. sudhakarst
Sir thank you for your reply, but I need for atan(sin(45)) that means multiplied by pi/180. but i am getting the wrong answer
17-07-20, 3:23 p.m. trulyajays

Login to add comment


Log-in to answer to this question.