<!DOCTYPE html>
<html>
<body>
<%
response.write(Tan(40) & "<br>")
response.write(Tan(-40))
%>
</body>
</html>