radToDeg constructor

const radToDeg(
  1. num d
)

Change radian to degree.

Implementation

const radToDeg(num d) : _v = d / pi1 * 180;