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