USING: math math.constants ;
IN: math.trig
: deg>rad pi * 180 / ; inline
: rad>deg 180 * pi / ; inline