'atan()' Example : Math « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- Math
'atan()' Example
<html>
<body>
<button onclick="alert(Math.atan(1));">Math.atan(1)</button>
</body>
</html>
Related examples in the same category