Round
The nearest integer to the operand, rounding halves away from zero (so 2.5 -> 3, -2.5 -> -3). The tie rule is fixed for determinism; other rounding modes are separate functions in a later version.
- Subclass Of
Unary Numeric Op
The nearest integer to the operand, rounding halves away from zero (so 2.5 -> 3, -2.5 -> -3). The tie rule is fixed for determinism; other rounding modes are separate functions in a later version.