toRadians method

double toRadians()

Implementation

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