rad2deg property

double get rad2deg

Converts radians to degrees

Implementation

double get rad2deg {
  return this * 180 / math.pi;
}