toDeg method

double toDeg()

Implementation

double toDeg(){
  return this*(180.0 / math.pi);
}