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