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