Skip to main content

DEGREES

Converts an angle in radians to degrees.

CategoryTrig
SyntaxDEGREES(angle)

Parameters

ParameterRequiredDescription
angleRequiredThe angle in radians to convert.

Example

DEGREES(PI())    // → 180

Auto-generated from the EngCanvas function registry.