2 lines
77 B
Lua
2 lines
77 B
Lua
|
|
print(math.cos(1), math.sin(1), math.tan(1), math.atan(1), math.atan2(3, 4))
|