convert a quantity in degrees to radians
genType radians(genType degrees)
degrees
: Specify the quantity, in degrees, to be converted to radians.radians
converts a quantity, specified in degrees into radians. That is, the return value is
$$
\frac{\pi \cdot \textit{degrees}}{180}
$$