toDegrees method

double toDegrees()

Implementation

double toDegrees() {
  return this * (180 / pi);
}