float atan(float n)
返回 n 的反正切值(以弧度为单位),返回值范围在 -π/2 到 π/2 之间。
n
float atan(float y, float x)
atan2 的别名。
<vector> atan(<vector>v)
返回一个新向量,其中每个分量都应用了 atan() 函数。
atan()