aboutsummaryrefslogtreecommitdiff
path: root/tables/unit-prefixes.typ
blob: 0a0aa4df6d8088c59aad27a6863fae2d3cbd93d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#figure(
  table(
    columns: 3,
    table.header([Prefix], [Symbol], [Factor]),
    [tera], [$upright(T)$], [$10^12$],
    [giga], [$upright(G)$], [$10^9$],
    [mega], [$upright(M)$], [$10^6$],
    [kilo], [$upright(k)$], [$10^3$],
    [], [], [$10^0$],
    [milli], [$upright(m)$], [$10^(-3)$],
    [micro], [$upright(mu)$], [$10^(-6)$],
    [nano], [$upright(n)$], [$10^(-9)$],
    [pico], [$upright(p)$], [$10^(-12)$],
    [femto], [$f$], [$10^(-15)$],
  ),
  caption: [Unit prefixes],
) <table-unit-prefixes>