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.

Requirements

Version 1

Applies To:

Math Object

See Also

Reference

acos Method

asin Method

atan Method

cos Method

tan Method