返回某个数值的反正弦角度值。反正弦为角度,而该角度对应的正弦为指定的数值。返回的值介于-90到90之间。
float asind(float number)
number是指角度经过正弦变换后所得的值,该值必须介于-1到1之间。
示例
asind(0.5))
返回值为30度。