<!DOCTYPE html>
<html>
<body>
<%
response.write(Fix(6.83227) & "<br>")
response.write(Fix(6.23443))
%>
</body>
</html>