Simon Bridge
Science Advisor
Homework Helper
- 17,871
- 1,661
Script programs at the level of Mathematica, Matlab, Octave etc only use radians and so should you.yungman said:Input has to be in radians, not degree. I cannot find out if I can change input to degree or not.
If you absolutely insist on input in degrees then you need to write out the conversion: ##\sin (30^\circ )## would get typed in as
Code:
sin(pi*30/180)