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