To convert an angle from radians to degrees
The function returns the corresponding degree value of a radian. It is mostly used for trigonometric calculations.
degrees(number)
number
degrees(x)
To convert angle x from radians to degrees.
Result: 180
radians
, which converts an angle from degrees to radians.