Sin()
语法
Result.f = Sin(Angle.f)概要
Returns the sine of the specified angle.
参数
Angle.f The input angle in radian. The Radian() function can be used to transform an angle from degrees to radian.
返回值
Returns the sine of the angle. The result will be between -1 and 1.
Remarks
The inverse function of Sin() is ASin(). This function can handle float and double values.
示例
Debug Sin(1.5708) ; will display '1'
参阅
ASin(), SinH(), Radian()
已支持操作系统
所有