xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
document.write(Exp(6.7) & "<br>")
document.write(Exp(-6.7))
</script>
</body>
</html>