系统函数 mathLib.atan 返回数字的反正切。结果是以弧度计的,并且位于 -pi/2 到 pi/2 的范围内。
result = mathLib.atan(myItem);
相关参考 EGL 库 MathLib