Sõnastik Veb

abs (PHP) – abs() –  function returns the absolute (positive) value of a number.
echo(abs(-6.7));
1 2 3 4