Hey!
I'm working on a navigation-algorithm for my robot, including law of sines and law of cosines.
However, I do not get the right results from my formulas as the cos,sin and tan functions from Arduino only return degrees in radians.
That's why I'm asking if there's any functions that can give me return-values from the cos,sin and tan tables instead of radians?
Nevermind, I solved it
At first, I did for some reason thought that the radian was the output value, when it in fact was the input value.
So it was just about to create a function that converts degrees to radians by using the formula you gave me.