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