返回指定数的反正切值:
Math.atan(2);
输出结果:
1.1071487177940904
atan() 方法以介于 -PI/2 与 PI/2 弧度之间的数值来返回 x 的反正切值。
所有主要浏览器都支持 atan() 方法
Math.atan(x)