RosettaCodeData/Task/Trigonometric-functions/Lua/trigonometric-functions.lua
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

1 line
77 B
Lua

print(math.cos(1), math.sin(1), math.tan(1), math.atan(1), math.atan2(3, 4))