<!DOCTYPE html>
<html>
<body>
<%
response.write(Abs(48.4) & "<br>")
response.write(Abs(-48.4))
%>
</body>
</html>