Degree()

Syntax

Result.f = Degree(Angle.f)
Description
Converts the given angle from radian to degree. The reverse transformation can be made with the Radian() function.

Example:

  Debug Degree(#PI/4) ; will display 45

Supported OS

All

<- CosH() - Math Index - Exp() ->