Sets the mode of trigonometric functions to radians (default mode).
SETRADIAN
setradian
sin(pi/2)
returns 1.
setdegree
sin(pi/2)
returns 0.02741213.
This function has no effect unless SETDEGREE has been invoked.
See DEG2RAD and RAD2DEG to convert degrees and radians.