RosettaCodeData/Task/Trigonometric-functions/Lua/trigonometric-functions.lua

2 lines
77 B
Lua
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
print(math.cos(1), math.sin(1), math.tan(1), math.atan(1), math.atan2(3, 4))