Returns a rounded to the nearest integer.
round( a )
Returns the value of a rounded to the nearest integer, or away from zero if the fraction is 0.5.
a
This function returns a rounded to the nearest integer.
round(7.89)
Returns 8.