<!DOCTYPE html>
<html>
<body>

<%

response.write(Exp(6.7) & "<br>")
response.write(Exp(-6.7))

%>


</body>
</html>