toRad method

double toRad()

Implementation

double toRad(){
  return this*(math.pi / 180);
}