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