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