方法介绍
方法名称:余弦
语法:math.cos(number)
参数说明:number可以是0-2pi之间的数值表达式
返回值
浮点型:返回余弦值
方法例子
local ret = math.cos(math.rad(30))
print(ret)