deg = math.deg (r)
Convert v from radians to degrees. Note that math.rad is the inverse operation. math.deg (1.0471975511966) --> 60
math.deg (1.0471975511966) --> 60