Next: Utils, Previous: Goops, Up: Support [Contents][Index]
radian->degree degree->radian
radian->degree
degree->radian
Returns respectively a degree or a radian value.
%pi %2pi %pi/2
%pi
%2pi
%pi/2
Respectively bound to (acos -1), (* 2 %pi) and (/ %pi 2).
(acos -1)
(* 2 %pi)
(/ %pi 2)