degrees
Convert radians to degrees.
Syntax
Section titled “Syntax”v = degrees(angle)Description
Section titled “Description”Returns angle * 180 / pi.
Examples
Section titled “Examples”degrees(pi) % 180degrees(pi/2) % 90See also
Section titled “See also”radians— Convert degrees to radians.