Degree()

语法

Result.f = Degree(Angle.f)
概要
Converts the given angle from radian to degree.

参数

Angle.f The input angle in radian.

返回值

Returns the angle in degrees.

Remarks

There is no normalization to ensure that the resulting angle is between 0 and 360. If the input was larger than #PI*2 then the result will be larger than 360. Likewise, a negative input will result in a negative output.

The reverse transformation can be made with the Radian() function. This function can handle float and double values.

示例

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

参阅

Radian()

已支持操作系统

所有

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