Round to the nearest integer not larger in absolute value. For example: f(-1.9) = -1, f(2.9) = 2.
See Implementation
Round to the nearest integer not larger in absolute value. For example: f(-1.9) = -1, f(2.9) = 2.