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