cos Method
Returns the cosine of a number.
function cos(number : Number) : Number
Arguments
- number
Required. A numeric expression.
Remarks
The return value is the cosine of its 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 cosine of a number.
function cos(number : Number) : Number
The return value is the cosine of its numeric argument.