tand

 
 
 

返回一个角度(以度为单位)的正切。

float tand(float number)

number 是需要求其正切的角度(以度为单位)。

有关 tand 函数的更多详细信息,请参见上一主题中的 tan 函数。tand 函数和 tan 函数执行相同的操作,但 tand 要求其参数使用度作为度量单位。

示例

tand(45)

返回值约为 1(45 度的正切)。