Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > RadToDeg

RadToDeg

Converts an angle from radians to degrees.

Syntax

RadToDeg(Angle)

Angle:

Any angle (in degrees).

Return Value

The angle in degrees.

Related Functions

DegToRad

Example

Variable=RadToDeg(Pi());
! Sets Variable to 180.

See Also

Math/Trigonometry Functions