Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Documentation/Lua/documentation.lua
Normal file
6
Task/Documentation/Lua/documentation.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
--- Converts degrees to radians (summary).
|
||||
-- Given an angle measure in degrees, return an equivalent angle measure in radians (long description).
|
||||
-- @param deg the angle measure in degrees
|
||||
-- @return the angle measure in radians
|
||||
-- @see rad2deg
|
||||
function deg2rad(deg) return deg*math.pi/180 end
|
||||
Loading…
Add table
Add a link
Reference in a new issue