toRadian method

num toRadian(
  1. num degrees
)

Implementation

num toRadian(num degrees) => (degrees * math.pi) / 180;