As introduced in #80, unit conversion always applies rounding to its output, using Intl.NumberFormat digit options. As a result, the default rounding options are
{ minimumFractionDigits: 0, maximumFractionDigits: 3}
As requested by @sffc in #80 (comment), we should discuss this further during Stage 2.