Return the cosine of a number:
The output of the code above will be:
The cos() method returns the cosine of a number.
Note: The cos() method returns a numeric value between -1 and 1, which represents the cosine of the angle.
![]()
The cos() method is supported in all major browsers.
| Parameter | Description |
|---|---|
| x | Required. A number |
| Type | Description |
|---|---|
| Number | A Number, from -1 to 1, representing the cosine of an angle, or NaN if the value is empty |
| JavaScript Version: | 1.0 |
|---|
Return the cosine PI and 2*PI:
The result of a and b will be:
JavaScript Math Object
Your message has been sent to W3Schools.