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