返回指定度的角度的正弦。          

float sind(float number)        

number是所需正弦的角度(以度为单位)。          

有关如何使用sind函数的详细信息,请参见上一主题中的sin函数。sind函数和sin函数执行相同操作,但是sind函数要求其参数以度为测量单位。        

示例

sind(90)

返回 1、90 度的正弦。

,