Started adding verlust leistung

This commit is contained in:
alexander
2026-02-06 19:26:34 +01:00
parent 810e0ed5f9
commit 9de44070d3
3 changed files with 801 additions and 695 deletions

View File

@@ -115,4 +115,33 @@
})
)
}
}
#let SIPrefixesTable = [
#table(
columns: (1fr, 1fr, 1fr),
stroke: (thickness: 0.3mm),
align: (col, row) => if row == 0 { center } else { left },
fill: (x, y) => if (calc.rem(y, 2) == 0) { tableFillLow } else { tableFillHigh },
[*Prefix*], [*Symbol*], [*Factor*],
[exa], [T], [$10^18$],
[peta], [T], [$10^15$],
[tera], [T], [$10^12$],
[giga], [G], [$10^9$],
[mega], [M], [$10^6$],
[kilo], [k], [$10^3$],
[hecto], [h], [$10^2$],
[deca], [da], [$10^1$],
[(none)], [(none)], [$10^0$],
[deci], [d], [$10^(-1)$],
[centi], [c], [$10^(-2)$],
[milli], [m], [$10^(-3)$],
[micro], [μ], [$10^(-6)$],
[nano], [n], [$10^(-9)$],
[pico], [p], [$10^(-12)$],
[femto], [f], [$10^(-15)$],
[atto], [p], [$10^(-18)$],
)
]