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

2 lines
77 B
Lua
Raw Permalink Normal View History

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