方法介绍
方法名称:反余弦
语法:math.acos(number)
参数说明:number可以是-1,1之间的数值表达式
返回值
浮点型:返回反余弦值
方法例子
local ret = math.acos(0.5)
print(ret)