8.7 Math 数学 - Arctangent 反正切函数


板栗:函数之类的不懂啊

Calculate the angle of a triangle given its Y and X dimensions.
See Wikipedia for more information.
计算三角形Y和X间的角度。
有关详细信息,请参阅百度百科。

8.7 Math 数学 - Arctangent 反正切函数_第1张图片

输入口

Y
A positive or negative number that represents the vertical dimension of the triangle.
表示三角形垂直坐标尺寸的正数或负数。

X
A positive or negative number that represents the horiztonal dimension of the triangle.
表示三角形水平坐标尺寸的正数或负数。

输出口
Output 输出
A number in degrees that represents the angle of the triangle.
表示三角形角度的度数。


Related Patches

Sine 正弦,Cosine 余弦函数


你可能感兴趣的:(8.7 Math 数学 - Arctangent 反正切函数)