hum, si, sj: Use `--round=nearest` with `numfmt`(1)
commitd5d6e9f8b68e27fbdf75a8b6a91327856ab30340
authorØyvind A. Holm <sunny@sunbase.org>
Wed, 22 Feb 2023 13:03:05 +0000 (22 14:03 +0100)
committerØyvind A. Holm <sunny@sunbase.org>
Wed, 22 Feb 2023 13:03:05 +0000 (22 14:03 +0100)
tree401629c7844372ea1e1cffc300dcdc5e0dd5025a
parent1efd719bd6d43d1f38520169b774fa399ed4300f
hum, si, sj: Use `--round=nearest` with `numfmt`(1)

Default behavior is to round away from zero, that can be annoying if the
number for example is 1G+1, then it will round it up to 2G. It also
fixes rounding errors, for example would

    echo 1.07G | si

display the value 1070000001. See the log message for commit
`094a1e9e275d` ("Local/s10/mob: Fix rounding errors, use
`--round=nearest` in `numfmt`(1)", 2021-05-24) for more info about this
problem.

e501202c-b2b2-11ed-bb36-5582e081d110
hum
si
sj