Degrees
Converts radians into degrees.
Syntax
Degres(angle)Degrees(angle)RadToDeg(angle)
angle = the angle expressed in radians that you want to convert into degrees
Remarks
This function performs a simple multiplication of the angle by 180/pi.
To perform the reverse operation, use the Radians function.
Example
Degrees(PI) = 180