Round
not ratedRounds the real r to the nearest integer. Normal R2I always rounds down.
Example:
Round(1.5) == 2
Round(4.25) == 4
Round(6.99) == 7
R2I(1.5) == 1
R2I(4.25) == 4
R2I(6.99) == 6
Example:
Round(1.5) == 2
Round(4.25) == 4
Round(6.99) == 7
R2I(1.5) == 1
R2I(4.25) == 4
R2I(6.99) == 6