<!DOCTYPE html>
<html>
<body>
<%
response.write(CSng("300000") & "<br>")
response.write(CSng(1536.75263541) & "<br>")
response.write(CSng(-6700000) & "<br>")
%>
</body>
</html>