math.cos
←
math
型:function
code:Lua
math.cos(x)
table:
型 説明
#1
number
戻り値 number
xの余弦を返す
使用例
code:Lua
print(math.cos(math.pi))
-1
を出力する
関連項目
math.sin
math.tan
math.acos
math.cosh