toDegrees method

double toDegrees()

Convert Value to Degree

Implementation

double toDegrees() {
  return this.toDouble() * (180.0 / pi);
}