Round — round to closest integer
Round( expression )
Round : R -> Z
Round( -2.1 ) = -2
Returns the closest integer value.
Round( -2.1 ) = -2 Round( -2.5 ) = -2 Round( -2.6 ) = -3