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