Math.atan methods
| Explanation | Find the inverse tangent. | |
| Call format | var v = Math.atan (x) | |
| Return value | Returns the inverse tangent of x as a Number | |
| Arguments | Number x | Value to find the inverse tangent |
| Exception | None | |
| Example of use | | |
| Related item | acos, asin methods, atan2, tan methods | |