toRadian method

double toRadian(
  1. double a
)

Implementation

double toRadian(double a) {
  return a * degree;
}