sin 方法

返回数字的正弦值。

Math.sin(number)

number 参数是需要计算正弦的数值表达式

说明

返回值为数字参数的正弦值。

要求

版本 1

请参阅

tan 方法

应用于: Math 对象