Math.atan( )
计算反正切值
可用性
JavaScript 1.0; JScript 1.0; ECMAScript v1
语法
Math.atan(
x
)
参数
x
任意数。
返回值
指定的值x的反正切值。返回的是 -
/2 和
/2 之间的弧度值。