Math
most used
round
description
Returns the rounded value of $val to specified $precision (number of digits after the decimal point). $precision can also be negative or zero (default).
declaration of round
float round ( float $val [, int $precision ] )
test round online
share round
comments for round
be the first
No comments so far for round(). Leave yours as first below.
+