atand

 
 
 

返回数字的反正切的度数值。反正切是一个角度,其正切是指定的数字。返回的值介于 -90 和 90 之间。

float atand(float number)

number 是角度的正切,可以是任何值。

示例

atand(1)

返回 45 度。