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