方法介绍
方法名称:反正切
语法:math.atan(number)
参数说明:number可以是任意有效的数值表达式
返回值
浮点型:返回反正切
方法例子
local ret = math.atan(1)
print(ret)