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