math.deg

Convert from radians to degrees

Prototype

deg = math.deg (r)

Description

Convert v from radians to degrees. Note that math.rad is the inverse operation.

math.deg (1.0471975511966)  --> 60

Lua functions

Topics