radToDeg method

num radToDeg(
  1. num rad
)

Implementation

num radToDeg(num rad) => rad * (180.0 / pi);