On Tue Nov 25 11:57:43 2025 +0000, Anton Baskanov wrote:
It's just rounding to a nearest integer. I can change it to a simple cast if it's confusing.
Well not exactly, it rounds (v + 0.5) towards -inf. If you actually want to round to nearest, you should use `round` I think.