lang, which int if frac is 0.5
:c:round, away from zero (towards +-infinity)
:js:Math.round, with the next higher absolute value
:py:round, the nearest even
For Python’s round,
it’s also called