degrees, radians. Degrees-radians transformation

The methods transform degrees into radians and vice versa.

^math:degrees(number_of_radians)
returns a number of degrees equal to the specified number of radians
^math:radians(number_of_radians)
returns a number of radians equal to the specified number of degrees


Example
^math:degrees($math:PI/2)
returns 90 (degrees)
^math:radians(180)
returns p



Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 20.09.2007