A lookup table, not a tutorial — Types & Units covers how unit arithmetic actually behaves. Every unit below works as a numeric literal suffix (5ft, 20kg) using its abbreviation, and as a type annotation using either the abbreviation or the full name:
When two compatible-but-different units combine in an expression, the result takes on whichever of the two units is larger — mixed angles always resolve to radians specifically, regardless of size.
Stof keeps these two tables separate on purpose — MB and MiB get conflated constantly in casual use, but they're not the same size, and the gap between them widens at larger scales. If a config or a docs page you're reading says GB but means GiB (common, and usually implied by context in computing), casting to the unit you actually meant is one step either way.