toDegrees static method

double toDegrees(
  1. num rad
)

Implementation

static double toDegrees(num rad) => rad * (180.0 / pi);