From 5237a6e35e5cc56e0d0b80749dd234d2d9f50ef7 Mon Sep 17 00:00:00 2001 From: Daniel Hutzschenreuter <daniel.hutzschenreuter@ptb.de> Date: Thu, 9 Mar 2023 09:10:02 +0000 Subject: [PATCH] Update UnitSystem.md --- wiki/doc/UnitSystem.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/doc/UnitSystem.md b/wiki/doc/UnitSystem.md index bda0845..725ce90 100644 --- a/wiki/doc/UnitSystem.md +++ b/wiki/doc/UnitSystem.md @@ -111,6 +111,12 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. |\zebi|gold|zebi |Zi|1180591620717411303424|[1, p. 143]| |\yobi|gold|yobi |Yi|1208925819614629174706176|[1, p. 143]|" +## Operators for combining units +|D-SI Identifyer|Description|Examples|D-SI Medal | +|-:|-:|-:|-:| +| |Multiplication: simply append one unit to another |\metre\metre|PLATINUM| +|\tothe{n} | Exponent: following a unit where n is an integer or (+-)0.5 |\metre\tothe{2}, \volt\tothe{-0.5}|PLATINUM| +|\per |Division: All units on the left side of the operator devided by all units on its right side |\metre\per\metre|SILVER| ### References -- GitLab