<? $int_number = abs(-10); $float_number = abs(-10.05); print $int_number; print "<br>"; print $float_number ?>
10 10.05