Functions
math.todegrees()
Converts an angle in radians to the same angle in degrees.
Syntax · 1 of 4
math.todegrees(const float radians) → const float
Arguments
radians required const float The angle, in radians. Return Type
const float Syntax · 2 of 4
math.todegrees(input float radians) → input float
Arguments
radians required input float The angle, in radians. Return Type
input float Syntax · 3 of 4
math.todegrees(simple float radians) → simple float
Arguments
radians required simple float The angle, in radians. Return Type
simple float Syntax · 4 of 4
math.todegrees(series float radians) → series float
Arguments
radians required series float The angle, in radians. Return Type
series float