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