'sqrt()' Example
<html> <body> <button onclick="alert(Math.sqrt(2));">Math.sqrt(2)</button> </body> </html>