Lua math functions - Gammon Software Solutions Home Page
Lua math functions These are the functions in the "math" table. Trigonometry functions use radians. To convert degrees to radians use math.rad. Or, to look at it another way: radians = degrees * math.pi / 180 pi The variable math.pi gives you the value of...