round(x)

Returns the integer of rounding x to the nearest integer.


See also fix floor ceil 


Example


round( 3.7 )

4