sin Method
Returns the sine of a number.
function sin(number : Number) : Number
Arguments
- number
Required. A numeric expression for which the sine is calculated.
Remarks
The return value is the sine of the numeric argument.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the sine of a number.
function sin(number : Number) : Number
The return value is the sine of the numeric argument.