radians function

num radians(
  1. num deg
)

Implementation

num radians(num deg) => deg * (math.pi / 180.0);