Method code for $math.rad_deg()

[Turn off line numbering]
  1: arg angle;
  2: 
  3: return angle * 57.2958;

// Miroslav Silovic
// Created 19-Oct-1996 as a part of ColdCore, see: @help Credit

Tlon