toDegrees method

num toDegrees(
  1. num radian
)

Implementation

num toDegrees(num radian) => (radian * 180.0) / math.pi;