I want to calculate the following in R:
sin(52.517°)
and this should be equal to 0.79353. But when I code
sin(52.517)
I get
0.777119
So how can I get the 0.79353. I am not good in math, but I know something is not working with degrees and the radian measure here in R.