Math.cos methods
| Explanation | Find the cosine | |
| Call format | var v = Math.cos (x) | |
| Return value | Returns the cosine of x as a Number | |
| Arguments | Number x | Value for cosine |
| Exception | None | |
| Example of use | | |
| Related item | acos, sin, tan methods | |
| Explanation | Find the cosine | |
| Call format | var v = Math.cos (x) | |
| Return value | Returns the cosine of x as a Number | |
| Arguments | Number x | Value for cosine |
| Exception | None | |
| Example of use | | |
| Related item | acos, sin, tan methods | |